Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
CSS2
/
normal-flow
/
video-paint-order-ref.html
blob: 9f5eebe96463d4e5af261dbf4f22a633cb2ec045 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
video
{
width
:
95px
;
height
:
95px
;
}
#
negative-margin
{
display
:
inline-block
;
width
:
100px
;
height
:
100px
;
background
:
green
;
margin-left
:
-
100px
;
}
</style>
<video></video>
<div
id
=
"negative-margin"
></div>