Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
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>