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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt

Issue 2266353004: Make Document::styleForElementIgnoringPendingStyleSheets() be aware of a flat tree structure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update the test Created 4 years, 4 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/getComputedStyle/computed-style-redistribution-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt
index cbf17cf376ea916863580181d9724c57f17740c1..e6ef0b8d3bb3246fc14acf5e65db6a6de99c3436 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt
@@ -3,10 +3,10 @@ Check that getComputedStyle causes a shadow re-distribution when necessary.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS getComputedStyle(d1).color is red
+PASS getComputedStyle(d1).color is white
PASS getComputedStyle(d2).color is green
PASS getComputedStyle(d1).color is green
-PASS getComputedStyle(d2).color is red
+PASS getComputedStyle(d2).color is white
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698