Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -18,7 +18,7 @@
</head>
<body>
<ol id="msg">
<li>Highlight all of the text inside in the text field in the black square</li>
<li>Highlight all of the text inside in the text field in the black square</li>
<li>Press the Delete key to delete the contents of the text field.</li>
<li>Highlight all of the text inside in the text field in the orange square</li>
<li>Press the Delete key to delete the contents of the the text field.</li>
@ -46,7 +46,7 @@
<div id="log"></div>
<script type="text/javascript">
if(getLeftPosition("target-block") !== 0) {
var test1 = async_test("onkeydown event fired in textfield inside region", {timeout: testTimeout});
@ -77,7 +77,7 @@
});
pressDeleteKey("textfield-inside");
});
var test3 = async_test("onkeydown event fired in textfield outside region", {timeout: testTimeout});
test3.step(function () {
var testTarget = document.getElementById("outside-region");
@ -116,4 +116,5 @@
}
</script>
</body></html>