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

Side by Side Diff: third_party/WebKit/LayoutTests/shadow-dom/css-focus-pseudo-match-shadow-host1-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 :focus and shadow host without delegatesFocus for crbug/479050 1 :focus and shadow host without delegatesFocus for crbug/479050
2 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 2 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
3 Test shadow host without tabindex 3 Test shadow host without tabindex
4 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 4 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
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') is "rgb(255, 255, 255)" 6 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
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') is "rgb(255, 255, 255)" 8 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
9 Test shadow host with tabindex=-1 9 Test shadow host with tabindex=-1
10 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 10 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
11 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 11 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
12 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 12 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
13 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 13 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
14 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" 14 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
15 Test shadow host without tabindex=0 15 Test shadow host without tabindex=0
16 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 16 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
17 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 17 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
18 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 18 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
19 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" 19 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)"
20 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" 20 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)"
21 PASS successfullyParsed is true 21 PASS successfullyParsed is true
22 22
23 TEST COMPLETE 23 TEST COMPLETE
24 24
25 25
26 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698