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

Side by Side Diff: third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host3-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 shadow composed tree 1 testing shadow composed tree
2 (1/4) both shadow hosts' delegateFocus are false 2 (1/4) both shadow hosts' delegateFocus are false
3 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 3 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
4 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)" 4 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)" 43 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
44 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" 44 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
45 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)" 45 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(255, 255, 0)"
46 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" 46 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
47 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(0, 0, 255)" 47 PASS backgroundColorOf('shadow-host/inner-shadow-host') is "rgb(0, 0, 255)"
48 PASS successfullyParsed is true 48 PASS successfullyParsed is true
49 49
50 TEST COMPLETE 50 TEST COMPLETE
51 51
52 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698