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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-css-nav-direction-expected.txt

Issue 1919813002: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 This test ensures the correctness of Spatial Navigation when CSS3 nav-up/down/le ft/right properties are set.
2
3 1 2 3
4 4 5 6
5 7 8 9
6
7 PASS window.getComputedStyle(document.getElementById('e1')).navUp is "auto"
8 PASS window.getComputedStyle(document.getElementById('e1')).navDown is "auto"
9 PASS window.getComputedStyle(document.getElementById('e1')).navLeft is "auto"
10 PASS window.getComputedStyle(document.getElementById('e1')).navRight is "auto"
11 PASS window.getComputedStyle(document.getElementById('e2')).navUp is "auto"
12 PASS window.getComputedStyle(document.getElementById('e2')).navDown is "auto"
13 PASS window.getComputedStyle(document.getElementById('e2')).navLeft is "\"#e4\" current"
14 PASS window.getComputedStyle(document.getElementById('e2')).navRight is "auto"
15 PASS window.getComputedStyle(document.getElementById('e3')).navUp is "auto"
16 PASS window.getComputedStyle(document.getElementById('e3')).navDown is "auto"
17 PASS window.getComputedStyle(document.getElementById('e3')).navLeft is "auto"
18 PASS window.getComputedStyle(document.getElementById('e3')).navRight is "auto"
19 PASS window.getComputedStyle(document.getElementById('e4')).navUp is "auto"
20 PASS window.getComputedStyle(document.getElementById('e4')).navDown is "auto"
21 PASS window.getComputedStyle(document.getElementById('e4')).navLeft is "\"#e6\" current"
22 PASS window.getComputedStyle(document.getElementById('e4')).navRight is "auto"
23 PASS window.getComputedStyle(document.getElementById('e5')).navDown is "auto"
24 PASS window.getComputedStyle(document.getElementById('e5')).navUp is "\"#e2\" cu rrent"
25 PASS window.getComputedStyle(document.getElementById('e5')).navDown is "auto"
26 PASS window.getComputedStyle(document.getElementById('e5')).navLeft is "auto"
27 PASS window.getComputedStyle(document.getElementById('e5')).navRight is "\"#e9\" current"
28 PASS window.getComputedStyle(document.getElementById('e6')).navUp is "auto"
29 PASS window.getComputedStyle(document.getElementById('e6')).navDown is "\"#e8\" current"
30 PASS window.getComputedStyle(document.getElementById('e6')).navLeft is "auto"
31 PASS window.getComputedStyle(document.getElementById('e6')).navRight is "auto"
32 PASS window.getComputedStyle(document.getElementById('e7')).navUp is "auto"
33 PASS window.getComputedStyle(document.getElementById('e7')).navDown is "auto"
34 PASS window.getComputedStyle(document.getElementById('e7')).navLeft is "auto"
35 PASS window.getComputedStyle(document.getElementById('e7')).navRight is "auto"
36 PASS window.getComputedStyle(document.getElementById('e8')).navUp is "auto"
37 PASS window.getComputedStyle(document.getElementById('e8')).navDown is "\"#fr1\" current"
38 PASS window.getComputedStyle(document.getElementById('e8')).navLeft is "auto"
39 PASS window.getComputedStyle(document.getElementById('e8')).navRight is "auto"
40 PASS window.getComputedStyle(document.getElementById('e9')).navUp is "\"#e9\" cu rrent"
41 PASS window.getComputedStyle(document.getElementById('e9')).navDown is "auto"
42 PASS window.getComputedStyle(document.getElementById('e9')).navLeft is "auto"
43 PASS window.getComputedStyle(document.getElementById('e9')).navRight is "\"#e5\" current"
44 PASS gFocusedDocument.activeElement.getAttribute("id") is "e9"
45 PASS gFocusedDocument.activeElement.getAttribute("id") is "e9"
46 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
47 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
48 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
49 PASS gFocusedDocument.activeElement.getAttribute("id") is "e6"
50 PASS gFocusedDocument.activeElement.getAttribute("id") is "e8"
51 PASS gFocusedDocument.activeElement.getAttribute("id") is "fr1"
52 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
53 PASS successfullyParsed is true
54
55 TEST COMPLETE
56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698