mirror of
https://github.com/servo/servo.git
synced 2025-08-21 13:25:34 +01:00
Update web-platform-tests to revision 5b68d219206139c0bfeec65c88e765749aed57fb
This commit is contained in:
parent
a208d4246c
commit
04276c4e1f
94 changed files with 2583 additions and 2211 deletions
|
@ -84,10 +84,9 @@
|
|||
assert_readonly(styleSheet, "parentStyleSheet");
|
||||
assert_readonly(styleSheet, "href");
|
||||
assert_readonly(styleSheet, "title");
|
||||
assert_readonly(styleSheet, "media");
|
||||
}, "StyleSheet_properties",
|
||||
{ assert: [ "type, disabled, ownerNode, parentStyleSheet, href, title, and media properties exist on StyleSheet",
|
||||
"type, ownerNode, parentStyleSheet, href, title, media properties are read only" ] });
|
||||
"type, ownerNode, parentStyleSheet, href, and title properties are read only" ] });
|
||||
|
||||
test(function() {
|
||||
assert_equals(styleSheet.type, "text/css");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue