Update web-platform-tests to revision 5b68d219206139c0bfeec65c88e765749aed57fb

This commit is contained in:
WPT Sync Bot 2018-04-02 21:14:16 -04:00
parent a208d4246c
commit 04276c4e1f
94 changed files with 2583 additions and 2211 deletions

View file

@ -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");