1 This test checks that style.borderSpacing returns the correct result for valid, negative, and missing border-spacing values.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
10 PASS document.getElementById("infer-vertical-border-spacing").style.borderSpacing is "4px"
11 PASS document.getElementById("explicit-border-spacing").style.borderSpacing is "4px 5px"
12 PASS computedStyle(document.getElementById("computed-infer-vertical-border-spacing")).borderSpacing is "11px 11px"
13 PASS cssRule("#computed-infer-vertical-border-spacing").style.borderSpacing is "11px"
14 PASS computedStyle(document.getElementById("computed-explicit-border-spacing")).borderSpacing is "13px 23px"
15 PASS cssRule("#computed-explicit-border-spacing").style.borderSpacing is "13px 23px"
18 PASS document.getElementById("infer-vertical-border-spacing-from-negative-horizontal-spacing").style.borderSpacing is ""
19 PASS document.getElementById("explicit-negative-border-spacing").style.borderSpacing is ""
20 PASS document.getElementById("explicit-border-spacing-with-negative-horizontal").style.borderSpacing is ""
21 PASS document.getElementById("explicit-border-spacing-with-negative-vertical").style.borderSpacing is ""
22 PASS cssRule("#computed-infer-vertical-border-spacing-from-negative-horizontal-border-spacing").style.borderSpacing is ""
23 PASS cssRule("#computed-explicit-negative-border-spacing").style.borderSpacing is ""
24 PASS cssRule("#computed-explicit-border-spacing-with-negative-horizontal").style.borderSpacing is ""
25 PASS cssRule("#computed-explicit-border-spacing-with-negative-vertical").style.borderSpacing is ""
28 PASS document.getElementById("missing-border-spacing").style.borderSpacing is ""
29 PASS cssRule("#missing-stylesheet-border-spacing").style.borderSpacing is ""