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

Side by Side Diff: LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-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 document is applied to a node in shadow dom subtree when apply-author-styles is true. 5 test a scoped style in document is applied to a node in shadow dom subtree when apply-author-styles is true.
3 PASS borderColor is "rgb(0, 0, 0)" 6 PASS borderColor is "rgb(0, 0, 0)"
4 PASS borderColor is "rgb(255, 0, 0)" 7 PASS borderColor is "rgb(255, 0, 0)"
5 test a style in an enclosing shadow dom tree is applied to a node in shadow subt ree when apply-author-styles is true. 8 test a style in an enclosing shadow dom tree is applied to a node in shadow subt ree when apply-author-styles is true.
6 PASS borderColor is "rgb(0, 0, 0)" 9 PASS borderColor is "rgb(0, 0, 0)"
7 PASS borderColor is "rgb(255, 0, 0)" 10 PASS borderColor is "rgb(255, 0, 0)"
8 test a scoped style in an enclosing shadow dom tree is applied to a node in shad ow subtree when apply-author-styles is true and the node is in the scope. 11 test a scoped style in an enclosing shadow dom tree is applied to a node in shad ow subtree when apply-author-styles is true and the node is in the scope.
9 PASS borderColor is "rgb(0, 0, 0)" 12 PASS borderColor is "rgb(0, 0, 0)"
10 PASS borderColor is "rgb(0, 0, 0)" 13 PASS borderColor is "rgb(0, 0, 0)"
11 PASS borderColor is "rgb(255, 0, 0)" 14 PASS borderColor is "rgb(255, 0, 0)"
(...skipping 11 matching lines...) Expand all
23 PASS borderColor is "rgb(255, 0, 0)" 26 PASS borderColor is "rgb(255, 0, 0)"
24 PASS borderColor is "rgb(0, 0, 0)" 27 PASS borderColor is "rgb(0, 0, 0)"
25 PASS borderColor is "rgb(0, 0, 255)" 28 PASS borderColor is "rgb(0, 0, 255)"
26 PASS borderColor is "rgb(0, 0, 0)" 29 PASS borderColor is "rgb(0, 0, 0)"
27 PASS borderColor is "rgb(255, 0, 0)" 30 PASS borderColor is "rgb(255, 0, 0)"
28 PASS borderColor is "rgb(0, 0, 255)" 31 PASS borderColor is "rgb(0, 0, 255)"
29 PASS borderColor is "rgb(0, 0, 0)" 32 PASS borderColor is "rgb(0, 0, 0)"
30 test a style is applied in document order. 33 test a style is applied in document order.
31 PASS borderColor is "rgb(255, 255, 0)" 34 PASS borderColor is "rgb(255, 255, 0)"
32 PASS borderColor is "rgb(0, 128, 0)" 35 PASS borderColor is "rgb(0, 128, 0)"
33 PASS successfullyParsed is true
34 36
35 TEST COMPLETE
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698