Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / abs-pos-child-inside-rel-pos-inline-offset-001-expected.html
1 <!DOCTYPE HTML>
2 <style>
3     div#wrapper
4     {
5         background-color: green; /* change color to see what happens with position static */
6         height: 200px;
7         width: 200px;
8     }
9 </style>
10 <p>Test passes if there is no red.</p>
11 <div id="wrapper">
12 </div>