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

Side by Side Diff: LayoutTests/fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 PASS window.internals is defined. 1 PASS window.internals is defined.
2 PASS successfullyParsed is true
3
4 TEST COMPLETE
2 test a scoped style in shadow tree. 5 test a scoped style in shadow tree.
3 PASS textColor is "rgb(255, 0, 0)" 6 PASS textColor is "rgb(255, 0, 0)"
4 PASS textColor is "rgb(0, 0, 0)" 7 PASS textColor is "rgb(0, 0, 0)"
5 test a style in shadow tree. 8 test a style in shadow tree.
6 PASS textColor is "rgb(255, 0, 0)" 9 PASS textColor is "rgb(255, 0, 0)"
7 PASS textColor is "rgb(255, 0, 0)" 10 PASS textColor is "rgb(255, 0, 0)"
8 test styles in multiple shadow trees. 11 test styles in multiple shadow trees.
9 PASS textColor is "rgb(255, 0, 0)" 12 PASS textColor is "rgb(255, 0, 0)"
10 PASS textColor is "rgb(255, 0, 0)" 13 PASS textColor is "rgb(255, 0, 0)"
11 PASS textColor is "rgb(0, 0, 255)" 14 PASS textColor is "rgb(0, 0, 255)"
(...skipping 30 matching lines...) Expand all
42 PASS textColor is "rgb(255, 0, 0)" 45 PASS textColor is "rgb(255, 0, 0)"
43 PASS textColor is "rgb(0, 0, 0)" 46 PASS textColor is "rgb(0, 0, 0)"
44 test inserting a style into shadow tree. 47 test inserting a style into shadow tree.
45 PASS textColor is "rgb(255, 0, 0)" 48 PASS textColor is "rgb(255, 0, 0)"
46 PASS textColor is "rgb(255, 0, 0)" 49 PASS textColor is "rgb(255, 0, 0)"
47 test re-inserting a style after changing scoped attribute offline. 50 test re-inserting a style after changing scoped attribute offline.
48 PASS textColor is "rgb(255, 0, 0)" 51 PASS textColor is "rgb(255, 0, 0)"
49 PASS textColor is "rgb(255, 0, 0)" 52 PASS textColor is "rgb(255, 0, 0)"
50 PASS textColor is "rgb(255, 0, 0)" 53 PASS textColor is "rgb(255, 0, 0)"
51 PASS textColor is "rgb(0, 0, 0)" 54 PASS textColor is "rgb(0, 0, 0)"
52 PASS successfullyParsed is true
53 55
54 TEST COMPLETE
55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698