3 <script src=
"../../../resources/js-test.js"></script>
6 <div id=
"console"></div>
8 description("Test that the initial value of 'counter-increment' and 'counter-reset' is 'none'.");
9 var style
= window
.getComputedStyle(document
.body
, null);
10 shouldBeEqualToString("style.counterIncrement", "none");
11 shouldBeEqualToString("style.counterReset", "none");