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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/delegatesFocus-highlight-sibling-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 crbug/474687 :focus style should properly be applied to shadow hosts.
2 PASS document.activeElement.id is "XMenu1"
3 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
4 PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
5 PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
6 PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
7 PASS document.activeElement.id is "XMenu2"
8 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
9 PASS backgroundColorOf('XMenu2') is "rgb(204, 204, 204)"
10 PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
11 PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
12 PASS document.activeElement.id is "XMenu3"
13 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
14 PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
15 PASS backgroundColorOf('XMenu3') is "rgb(204, 204, 204)"
16 PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
17 PASS document.activeElement.id is "XMenu4"
18 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
19 PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
20 PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
21 PASS backgroundColorOf('XMenu4') is "rgb(204, 204, 204)"
22 PASS document.activeElement.id is "XMenu3"
23 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
24 PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
25 PASS backgroundColorOf('XMenu3') is "rgb(204, 204, 204)"
26 PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
27 PASS document.activeElement.id is "XMenu2"
28 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
29 PASS backgroundColorOf('XMenu2') is "rgb(204, 204, 204)"
30 PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
31 PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
32 PASS document.activeElement.id is "XMenu1"
33 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
34 PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
35 PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
36 PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
37 PASS successfullyParsed is true
38
39 TEST COMPLETE
40
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698