Sign in
webkit
/
WebKit
/
896f2e1627ae91d975ee73fd9010259c3dd716cd
/
.
/
LayoutTests
/
fast
/
layoutformattingcontext
/
simple-absolute-positioned-inline-element.html
blob: a2fa24bb6b40b35719b4755545ff77ced65b1867 [
file
] [
log
] [
blame
]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
video
{
position
:
absolute
;
width
:
100px
;
height
:
100px
;
background-color
:
green
;
}
</style>
<div><video></div>