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

@ -7,7 +7,7 @@
<link href="http://www.w3.org/TR/css3-regions/#flow-from" rel="help">
<link href="http://www.w3.org/TR/css3-regions/#relation-to-document-events" rel="help">
<meta content="CSS regions module does not alter the normal processing of events in the document
tree. Therefore, onkeydown and onkeyup events inside and outside a named flow should be raised when the Tab
tree. Therefore, onkeydown and onkeyup events inside and outside a named flow should be raised when the Tab
key is pressed and released." name="assert">
<meta content="dom interact" name="flags">
<link href="support/css/regions-keyboard.css" type="text/css" rel="stylesheet">
@ -41,7 +41,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});
@ -101,4 +101,5 @@
}, "Regions are not enabled");
}
</script>
</body></html>