OLD | NEW |
(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 |
OLD | NEW |