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

Side by Side Diff: LayoutTests/fast/dom/shadow/tabstop-focus-highlight-sibling-expected.txt

Issue 1144953007: Remove tabStop feature (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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 | Annotate | Revision Log
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
« no previous file with comments | « LayoutTests/fast/dom/shadow/tabstop-focus-highlight-sibling.html ('k') | LayoutTests/fast/dom/shadow/tabstop-property.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698