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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/distribution-update-recalcs-style-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/dom/shadow/distribution-update-recalcs-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/distribution-update-recalcs-style-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/distribution-update-recalcs-style-expected.txt
index 498ce7613029cf63086de9a68e7a0f6329506ff1..0bf6c34ad345c5ba39950e966d8548e473799b07 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/distribution-update-recalcs-style-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/distribution-update-recalcs-style-expected.txt
@@ -9,8 +9,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS getColorProperty("div-child") is "rgb(0, 0, 255)"
-PASS getColorProperty("span-child") is "rgb(255, 0, 0)"
-PASS getColorProperty("div-child") is "rgb(255, 0, 0)"
+PASS getColorProperty("span-child") is "rgb(0, 0, 0)"
+PASS getColorProperty("div-child") is "rgb(0, 0, 0)"
PASS getColorProperty("span-child") is "rgb(0, 0, 255)"

Powered by Google App Engine
This is Rietveld 408576698