Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698