Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
content
/
test
/
data
/
accessibility
/
lines
/
lines-inline-nested.html
blob: f385952877dd5ccad7e74d7e5b1a5b3408022b06 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!--
This tests a nested inline-block within a single line; the kNextOnLineId and
kPreviousOnLineId should be properly linked.
-->
<html>
<body>
before
<div
style
=
"
display
:
inline-block
"
>
inside
</div>
after
</body>
</html>