Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
abs-pos-child-inside-rel-pos-inline-001-expected.html
blob: 712c0edc0688c40ddf4fe0581c3acf03da281067 [
file
]
<!DOCTYPE HTML>
<style>
div
#
wrapper
{
background-color
:
green
;
width
:
100px
;
height
:
200px
;
}
</style>
<p>
Test passes if there is no red.
</p>
<div
id
=
"wrapper"
>
</div>