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

Side by Side 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, 3 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 unified diff | Download patch
OLDNEW
1 Tests to ensure that updating the select rule in projection causes style recalc. 1 Tests to ensure that updating the select rule in projection causes style recalc.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 7
8 8
9 9
10 10
11 PASS getColorProperty("div-child") is "rgb(0, 0, 255)" 11 PASS getColorProperty("div-child") is "rgb(0, 0, 255)"
12 PASS getColorProperty("span-child") is "rgb(255, 0, 0)" 12 PASS getColorProperty("span-child") is "rgb(0, 0, 0)"
13 PASS getColorProperty("div-child") is "rgb(255, 0, 0)" 13 PASS getColorProperty("div-child") is "rgb(0, 0, 0)"
14 PASS getColorProperty("span-child") is "rgb(0, 0, 255)" 14 PASS getColorProperty("span-child") is "rgb(0, 0, 255)"
15 15
16 16
17 17
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698