mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update web-platform-tests to revision cf261625e2d230ab219eec966f4abe26e3401b64
This commit is contained in:
parent
11a89bcc47
commit
8f98acd0e7
297 changed files with 3396 additions and 1555 deletions
|
@ -22,7 +22,7 @@
|
|||
assert_equals(sheet.cssRules.length, 3);
|
||||
assert_throws("HierarchyRequestError", function() { sheet.insertRule("p { color: green; }"); });
|
||||
assert_equals(sheet.cssRules.length, 3);
|
||||
}, "inserRule with namespace and omitted index argument");
|
||||
}, "insertRule with namespace and omitted index argument");
|
||||
|
||||
test(function() {
|
||||
assert_equals(sheet.cssRules.length, 3);
|
||||
|
@ -34,7 +34,7 @@
|
|||
assert_equals(sheet.cssRules.length, 3);
|
||||
sheet.insertRule("@import url(\"support/a-green.css\");");
|
||||
assert_equals(sheet.cssRules.length, 4);
|
||||
}, "inserRule with namespace and omitted index argument should insert import");
|
||||
}, "insertRule with namespace and omitted index argument should insert import");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue