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

Side by Side Diff: LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt

Issue 102953007: Selectors in styles in shadowRoots should match in all of the host's shadowRoots. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed @keyframes regression Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
1 PASS window.internals is defined. 1 PASS window.internals is defined.
2 PASS successfullyParsed is true 2 PASS successfullyParsed is true
3 3
4 TEST COMPLETE 4 TEST COMPLETE
5 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.
6 PASS borderColor is "rgb(0, 0, 0)" 6 PASS borderColor is "rgb(0, 0, 0)"
7 PASS borderColor is "rgb(255, 0, 0)" 7 PASS borderColor is "rgb(255, 0, 0)"
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. 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.
9 PASS borderColor is "rgb(0, 0, 0)" 9 PASS borderColor is "rgb(0, 0, 0)"
10 PASS borderColor is "rgb(255, 0, 0)" 10 PASS borderColor is "rgb(255, 0, 0)"
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. 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.
12 PASS borderColor is "rgb(0, 0, 0)" 12 PASS borderColor is "rgb(0, 0, 0)"
13 PASS borderColor is "rgb(0, 0, 0)" 13 PASS borderColor is "rgb(0, 0, 0)"
14 PASS borderColor is "rgb(255, 0, 0)" 14 PASS borderColor is "rgb(255, 0, 0)"
15 PASS borderColor is "rgb(0, 0, 0)" 15 PASS borderColor is "rgb(0, 0, 0)"
16 test styles declared in enclosing shadow trees should be applied to an enclosed shadow tree whose apply-atur-styles is true. 16 test styles declared in enclosing shadow trees should be applied to an enclosed shadow tree whose apply-atur-styles is true.
17 PASS borderColor is "rgb(0, 0, 0)" 17 PASS borderColor is "rgb(0, 0, 0)"
18 PASS borderColor is "rgb(0, 0, 255)" 18 PASS borderColor is "rgb(0, 0, 255)"
19 PASS borderColor is "rgb(0, 0, 255)" 19 PASS borderColor is "rgb(0, 0, 255)"
20 test a style in document is applied to nodes in multiple shadow subtrees when ap ply-author-styles is true. 20 test a style in document is applied to nodes in multiple shadow subtrees when ap ply-author-styles is true.
21 PASS borderColor is "rgb(0, 0, 0)"
22 PASS borderColor is "rgb(0, 0, 255)" 21 PASS borderColor is "rgb(0, 0, 255)"
23 PASS borderColor is "rgb(0, 0, 0)"
24 PASS borderColor is "rgb(0, 0, 0)"
25 PASS borderColor is "rgb(0, 0, 255)" 22 PASS borderColor is "rgb(0, 0, 255)"
26 PASS borderColor is "rgb(255, 0, 0)"
27 PASS borderColor is "rgb(0, 0, 0)"
28 PASS borderColor is "rgb(0, 0, 255)" 23 PASS borderColor is "rgb(0, 0, 255)"
29 PASS borderColor is "rgb(0, 0, 0)"
30 PASS borderColor is "rgb(255, 0, 0)"
31 PASS borderColor is "rgb(0, 0, 255)" 24 PASS borderColor is "rgb(0, 0, 255)"
32 PASS borderColor is "rgb(0, 0, 0)" 25 PASS borderColor is "rgb(0, 0, 255)"
26 PASS borderColor is "rgb(0, 0, 255)"
27 PASS borderColor is "rgb(0, 0, 255)"
28 PASS borderColor is "rgb(0, 0, 255)"
29 PASS borderColor is "rgb(0, 0, 255)"
30 PASS borderColor is "rgb(0, 0, 255)"
31 PASS borderColor is "rgb(0, 0, 255)"
32 PASS borderColor is "rgb(0, 0, 255)"
33 test a style is applied in document order. 33 test a style is applied in document order.
34 PASS borderColor is "rgb(255, 255, 0)" 34 PASS borderColor is "rgb(255, 255, 0)"
35 PASS borderColor is "rgb(0, 128, 0)" 35 PASS borderColor is "rgb(0, 128, 0)"
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698