This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby -w | |
require 'selenium-webdriver' | |
driver = Selenium::WebDriver.for :safari, driver_path: '/Applications/Safari Technology Preview.app/Contents/MacOS/safaridriver' | |
driver.manage.window.maximize | |
driver.navigate.to "http://localhost/input-overflow-test.html" | |
element = driver.find_element(:id => "input-overflow-default") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title>dgrid performance test</title> | |
<link rel="stylesheet" href="dijit/themes/claro/claro.css" /> | |
<script type="text/javascript"> | |
var dojoConfig = { | |
async: true, | |
baseUrl: "./", | |
parseOnLoad: false, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title>dgrid performance test</title> | |
<link rel="stylesheet" href="dijit/themes/claro/claro.css" /> | |
<script type="text/javascript"> | |
var dojoConfig = { | |
async: true, | |
baseUrl: "./", | |
parseOnLoad: false, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title>dgrid performance test</title> | |
<link rel="stylesheet" href="dijit/themes/claro/claro.css" /> | |
<script type="text/javascript"> | |
var dojoConfig = { | |
async: true, | |
baseUrl: "./", | |
parseOnLoad: false, |