chromium/third_party/blink/web_tests/fast/css/abs-pos-child-inside-rel-pos-inline-offset-001-expected.html

<!DOCTYPE HTML>
<style>
    div#wrapper
    {
        background-color: green; /* change color to see what happens with position static */
        height: 200px;
        width: 200px;
    }
</style>
<p>Test passes if there is no red.</p>
<div id="wrapper">
</div>