4 <style type=
"text/css">
7 counter-increment: ident
2147483648;
11 content: counter
(ident
);
14 <script type=
"text/javascript">
15 if (window
.testRunner
)
16 testRunner
.dumpAsText();
20 if (window
.testRunner
)
21 document
.getElementById('counted').innerText
= window
.internals
.counterValue(document
.getElementById('counted'));
24 window
.addEventListener('load', doTest
, false);
28 <p>Test passes if the number '
2147483647' appears below.
</p>
29 <div id=
"counted"></div>