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

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

Issue 1977323002: Revert of 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, 7 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/nested-at-rules-expected.txt b/third_party/WebKit/LayoutTests/fast/css/nested-at-rules-expected.txt
index c24babeeb36ef7f64c0b68f2ca1da790f6450ffb..8039bd9a00f61d626d8bc1bb8fff135badd2cf78 100644
--- a/third_party/WebKit/LayoutTests/fast/css/nested-at-rules-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/nested-at-rules-expected.txt
@@ -23,8 +23,8 @@ rules[1].cssRules[1].insertRule('@media all { @page :left { top: 0; } }', 1)
PASS rules[1].cssRules[1].cssRules.length is 2
PASS rules[1].cssRules[1].cssRules[1].type is CSSRule.MEDIA_RULE
PASS rules[1].cssRules[1].cssRules[1].cssRules[0].type is CSSRule.PAGE_RULE
-PASS getComputedStyle(document.getElementById('t0')).backgroundColor is "rgb(0, 128, 0)"
-PASS getComputedStyle(document.getElementById('t1')).backgroundColor is "rgb(0, 0, 255)"
+PASS getComputedStyle(document.getElementById('t0')).content is "\"APPLIED\""
+PASS getComputedStyle(document.getElementById('t1')).content is "\"UNTOUCHED\""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698