Index: third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-css-text.html |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-css-text.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-css-text.html |
index 9c6678fcf98a6de1f39a47a99305f7670e8cccbd..22aea9b989aac2a1035d1778b5365f3999f0bb7a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-css-text.html |
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-css-text.html |
@@ -16,6 +16,6 @@ shouldBeEqualToString("document.getElementById('style1').sheet.cssRules.item(0). |
shouldBeEqualToString("document.getElementById('style1').sheet.cssRules.item(1).cssText", "::content { display: block; }"); |
shouldBeEqualToString("document.getElementById('style1').sheet.cssRules.item(2).cssText", "div content::content div content::content div.green { color: green; }"); |
shouldBeEqualToString("document.getElementById('style1').sheet.cssRules.item(3).cssText", "::content * { color: blue; }"); |
-shouldBeEqualToString("document.getElementById('style1').sheet.cssRules.item(4).cssText", "div::shadow::shadow::content { }"); // Should be dropped, really. |
+shouldBe("document.getElementById('style1').sheet.cssRules.length", "4"); |
</script> |
</html> |