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