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

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

Issue 214693002: Remove most of scoped styles. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Really remove it Created 6 years, 9 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
(Empty)
1 CONSOLE WARNING: 'ShadowRoot.applyAuthorStyles' is deprecated.
2 PASS window.internals is defined.
3 PASS successfullyParsed is true
4
5 TEST COMPLETE
6 test a scoped style in document is applied to a node in shadow dom subtree when apply-author-styles is true.
7 PASS borderColor is "rgb(0, 0, 0)"
8 PASS borderColor is "rgb(255, 0, 0)"
9 test a style in an enclosing shadow dom tree is applied to a node in shadow subt ree when apply-author-styles is true.
10 PASS borderColor is "rgb(0, 0, 0)"
11 PASS borderColor is "rgb(255, 0, 0)"
12 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.
13 PASS borderColor is "rgb(0, 0, 0)"
14 PASS borderColor is "rgb(0, 0, 0)"
15 PASS borderColor is "rgb(255, 0, 0)"
16 PASS borderColor is "rgb(0, 0, 0)"
17 test styles declared in enclosing shadow trees should be applied to an enclosed shadow tree whose apply-atur-styles is true.
18 PASS borderColor is "rgb(0, 0, 0)"
19 PASS borderColor is "rgb(0, 0, 255)"
20 PASS borderColor is "rgb(0, 0, 255)"
21 test a style in document is applied to nodes in multiple shadow subtrees when ap ply-author-styles is true.
22 PASS borderColor is "rgb(0, 0, 0)"
23 PASS borderColor is "rgb(0, 0, 255)"
24 PASS borderColor is "rgb(0, 0, 0)"
25 PASS borderColor is "rgb(0, 0, 0)"
26 PASS borderColor is "rgb(0, 0, 255)"
27 PASS borderColor is "rgb(255, 0, 0)"
28 PASS borderColor is "rgb(0, 0, 0)"
29 PASS borderColor is "rgb(0, 0, 255)"
30 PASS borderColor is "rgb(0, 0, 0)"
31 PASS borderColor is "rgb(255, 0, 0)"
32 PASS borderColor is "rgb(0, 0, 255)"
33 PASS borderColor is "rgb(0, 0, 0)"
34 test a style is applied in document order.
35 PASS borderColor is "rgb(255, 255, 0)"
36 PASS borderColor is "rgb(0, 128, 0)"
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698