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

Side by Side Diff: third_party/WebKit/LayoutTests/shadow-dom/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
1 crbug/474687 :focus style should properly be applied to shadow hosts. 1 crbug/474687 :focus style should properly be applied to shadow hosts.
2 PASS document.activeElement.id is "XMenu1" 2 PASS document.activeElement.id is "XMenu1"
3 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)" 3 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
4 PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)" 4 PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
5 PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)" 5 PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
6 PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)" 6 PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
7 PASS document.activeElement.id is "XMenu2" 7 PASS document.activeElement.id is "XMenu2"
8 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)" 8 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
9 PASS backgroundColorOf('XMenu2') is "rgb(204, 204, 204)" 9 PASS backgroundColorOf('XMenu2') is "rgb(204, 204, 204)"
10 PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)" 10 PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
(...skipping 21 matching lines...) Expand all
32 PASS document.activeElement.id is "XMenu1" 32 PASS document.activeElement.id is "XMenu1"
33 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)" 33 PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
34 PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)" 34 PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
35 PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)" 35 PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
36 PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)" 36 PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
37 PASS successfullyParsed is true 37 PASS successfullyParsed is true
38 38
39 TEST COMPLETE 39 TEST COMPLETE
40 40
41 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698