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

Side by Side Diff: third_party/WebKit/LayoutTests/shadow-dom/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
1 testing nested distribution 1 testing nested distribution
2 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 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. 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. 4 (1/4) top and inner shadow do not delegate focus.
5 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 5 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
6 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)" 6 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
7 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 7 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
8 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)" 8 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
9 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 9 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
10 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)" 10 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
(...skipping 24 matching lines...) Expand all
35 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)" 35 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
36 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" 36 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
37 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)" 37 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
38 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" 38 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
39 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(0, 0, 255)" 39 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(0, 0, 255)"
40 PASS successfullyParsed is true 40 PASS successfullyParsed is true
41 41
42 TEST COMPLETE 42 TEST COMPLETE
43 43
44 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698