Sign in
webkit
/
WebKit
/
e6e5341d629375fc8fb77929c93c5f711fd50f24
/
.
/
LayoutTests
/
fast
/
layoutformattingcontext
/
simple-inline-block.html
blob: 961a26205219e23dd44acc1b3331a72718b1f106 [
file
] [
log
] [
blame
]
<!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<div>
This is a simple text with
<div
style
=
"
display
:
inline-block
"
>
inline-block content
</div>
inside
</div>