mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user