Index: LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers-expected.txt |
diff --git a/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers-expected.txt b/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers-expected.txt |
index dfd917fe5520bbf87d72fae7a0107ead030dbc21..c7ffe7dee12257d0a98587798ecf512c43ae2c2f 100644 |
--- a/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers-expected.txt |
+++ b/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers-expected.txt |
@@ -4,23 +4,23 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS document.styleSheets[0].cssRules[0].type is CSSRule.IMPORT_RULE |
-PASS document.styleSheets[0].cssRules[0].media.foo is 'bar' |
+FAIL document.styleSheets[0].cssRules[0].media.foo should be bar (of type string). Was undefined (of type undefined). |
PASS document.styleSheets[0].cssRules[0].type is CSSRule.IMPORT_RULE |
-PASS document.styleSheets[0].cssRules[0].styleSheet.foo is 'bar' |
+FAIL document.styleSheets[0].cssRules[0].styleSheet.foo should be bar (of type string). Was undefined (of type undefined). |
PASS document.styleSheets[0].cssRules[1].type is CSSRule.STYLE_RULE |
-PASS document.styleSheets[0].cssRules[1].style.foo is 'bar' |
+FAIL document.styleSheets[0].cssRules[1].style.foo should be bar (of type string). Was undefined (of type undefined). |
PASS document.styleSheets[0].cssRules[2].type is CSSRule.FONT_FACE_RULE |
-PASS document.styleSheets[0].cssRules[2].style.foo is 'bar' |
+FAIL document.styleSheets[0].cssRules[2].style.foo should be bar (of type string). Was undefined (of type undefined). |
PASS document.styleSheets[0].cssRules[3].type is CSSRule.MEDIA_RULE |
-PASS document.styleSheets[0].cssRules[3].cssRules.foo is 'bar' |
+FAIL document.styleSheets[0].cssRules[3].cssRules.foo should be bar (of type string). Was undefined (of type undefined). |
PASS document.styleSheets[0].cssRules[3].type is CSSRule.MEDIA_RULE |
-PASS document.styleSheets[0].cssRules[3].media.foo is 'bar' |
+FAIL document.styleSheets[0].cssRules[3].media.foo should be bar (of type string). Was undefined (of type undefined). |
PASS document.styleSheets[0].cssRules[4].type is CSSRule.WEBKIT_KEYFRAMES_RULE |
-PASS document.styleSheets[0].cssRules[4].cssRules.foo is 'bar' |
+FAIL document.styleSheets[0].cssRules[4].cssRules.foo should be bar (of type string). Was undefined (of type undefined). |
PASS document.styleSheets[0].cssRules[4].cssRules[0].type is CSSRule.WEBKIT_KEYFRAME_RULE |
-PASS document.styleSheets[0].cssRules[4].cssRules[0].style.foo is 'bar' |
+FAIL document.styleSheets[0].cssRules[4].cssRules[0].style.foo should be bar (of type string). Was undefined (of type undefined). |
PASS document.styleSheets[0].cssRules[5].type is CSSRule.PAGE_RULE |
-PASS document.styleSheets[0].cssRules[5].style.foo is 'bar' |
+FAIL document.styleSheets[0].cssRules[5].style.foo should be bar (of type string). Was undefined (of type undefined). |
PASS successfullyParsed is true |
TEST COMPLETE |