OLD | NEW |
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 Loading... |
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 |
OLD | NEW |