Sign in
chromium
/
chromium
/
src.git
/
72b780488ad614f98cd9da170b28d69b8ec0cdd7
/
.
/
third_party
/
WebKit
/
LayoutTests
/
html
/
text_level_semantics
/
ol-reversed-expected.html
blob: 928874b13a3b8d23a0bda0c0fda55c76f7cf7877 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<ol>
<li
value
=
"3"
>
A
<ul>
<li>
A.A
</li>
<li>
A.B
</li>
</ul>
</li>
<li
value
=
"2"
>
B
<ul>
<li>
B.A
</li>
<li>
B.B
</li>
</ul>
</li>
<li
value
=
"1"
>
C
</li>
</ol>
</body>