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

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

Issue 17450016: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes, rebase, added more tests, made Style Navigation Data refcounted. Created 6 years, 2 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 e5_navUp.cssValueType is CSSValue.CSS_VALUE_LIST
8 PASS e5_navUp.length is 2
9 PASS e5_navUp[0].cssValueType is CSSValue.CSS_PRIMITIVE_VALUE
10 PASS e5_navUp[0].primitiveType is CSSPrimitiveValue.CSS_STRING
11 PASS e5_navUp[0].getStringValue() is "#e2"
12 PASS e5_navUp[1].cssValueType is CSSValue.CSS_PRIMITIVE_VALUE
13 PASS e5_navUp[1].primitiveType is CSSPrimitiveValue.CSS_IDENT
14 PASS e5_navUp[1].getStringValue() is "current"
15 PASS e6_navDown.cssValueType is CSSValue.CSS_VALUE_LIST
16 PASS e6_navDown.length is 2
17 PASS e6_navDown[1].primitiveType is CSSPrimitiveValue.CSS_IDENT
18 PASS e6_navDown[1].getStringValue() is "current"
19 PASS e8_navDown.cssValueType is CSSValue.CSS_VALUE_LIST
20 PASS e8_navDown.length is 2
21 PASS e8_navDown[1].primitiveType is CSSPrimitiveValue.CSS_STRING
22 PASS e8_navDown[1].getStringValue() is "current"
23 PASS gFocusedDocument.activeElement.getAttribute("id") is "e9"
24 PASS gFocusedDocument.activeElement.getAttribute("id") is "e9"
25 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
26 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
27 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
28 PASS gFocusedDocument.activeElement.getAttribute("id") is "e6"
29 PASS gFocusedDocument.activeElement.getAttribute("id") is "e8"
30 PASS gFocusedDocument.activeElement.getAttribute("id") is "fr1"
31 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
32 PASS successfullyParsed is true
33
34 TEST COMPLETE
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698