summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/abs-pos-child-inside-rel-pos-inline-001-expected.html
blob: 712c0edc0688c40ddf4fe0581c3acf03da281067 (plain)
1
2
3
4
5
6
7
<!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>