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

Side by Side Diff: LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host3-expected.txt

Issue 1177673005: Implement ShadowRoot.delegatesFocus 4/4 (match CSS :focus for shadow host) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix for comments Created 5 years, 6 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 testing shadow tree of trees
2 (1/4) both shadow hosts' delegateFocus are false
3 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
4 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
5 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
6 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
7 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
8 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
9 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
10 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
11 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
12 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
13 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
14 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
15 (2/4) top-level shadow host's delegateFocus is true
16 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
17 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
18 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
19 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
20 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
21 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
22 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
23 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
24 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
25 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
26 (3/4) lower-level shadow host's delegateFocus is true
27 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
28 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
29 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
30 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(0, 0, 255)"
31 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
32 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
33 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
34 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
35 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
36 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(0, 0, 255)"
37 (4/4) both shadow hosts' delegateFocus are true
38 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
39 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
40 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
41 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(0, 0, 255)"
42 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
43 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
44 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
45 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
46 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
47 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(0, 0, 255)"
48 PASS successfullyParsed is true
49
50 TEST COMPLETE
51
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698