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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/nested-at-rules.html

Issue 1812763002: Pseudo and non pseudo elements should return correct computed content value (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: third_party/WebKit/LayoutTests/fast/css/nested-at-rules.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/nested-at-rules.html b/third_party/WebKit/LayoutTests/fast/css/nested-at-rules.html
index e3e4495f582c0f6d3dbf1838c1e613d1b864f4dc..43071c5da0a91cfcdcaa7ae23d385c9f98fa14ca 100644
--- a/third_party/WebKit/LayoutTests/fast/css/nested-at-rules.html
+++ b/third_party/WebKit/LayoutTests/fast/css/nested-at-rules.html
@@ -57,6 +57,6 @@ shouldEvaluateTo("rules[1].cssRules[1].cssRules.length", 2);
shouldBe("rules[1].cssRules[1].cssRules[1].type", "CSSRule.MEDIA_RULE");
shouldBe("rules[1].cssRules[1].cssRules[1].cssRules[0].type", "CSSRule.PAGE_RULE");
-shouldBeEqualToString("getComputedStyle(document.getElementById('t0')).content", '"APPLIED"');
-shouldBeEqualToString("getComputedStyle(document.getElementById('t1')).content", '"UNTOUCHED"');
+shouldBeEqualToString("getComputedStyle(document.getElementById('t0')).content", 'normal');
+shouldBeEqualToString("getComputedStyle(document.getElementById('t1')).content", 'normal');
</script>

Powered by Google App Engine
This is Rietveld 408576698