Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
lists
/
ol-start-dynamic.html
blob: 74e019f88eab719ae0aa006b21760a7f076cbb4f [
file
] [
log
] [
blame
]
<div>
<ol
id
=
"ol"
>
<li>
foo
</li>
<li>
bar
</li>
</ol>
<script>
//force layout
document
.
body
.
offsetTop
;
var
ol
=
document
.
getElementById
(
"ol"
);
ol
.
start
=
"2"
;
</script>