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: third_party/WebKit/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host5-expected.txt

Issue 1774113002: Move Shadow DOM V1 tests from fast/dom/shadow to shadow-dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
OLDNEW
(Empty)
1 testing nested distribution
2 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
3 #input1, #input2 are (re)distributed in the same treescope as #input3, but :focu s on shadow host only matches when a focused element is under its shadow tree.
4 (1/4) top and inner shadow do not delegate focus.
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 (2/4) top shadow delegates, but inner shadow does not.
14 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
15 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
16 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
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(0, 128, 0)"
21 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
22 (3/4) top shadow does not delegate, but inner shadow does.
23 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
24 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
25 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
26 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
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 (4/4) both shadow hosts delagate focus.
32 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
33 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
34 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
35 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
36 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
37 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
38 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
39 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(0, 0, 255)"
40 PASS successfullyParsed is true
41
42 TEST COMPLETE
43
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698