chromium/third_party/blink/web_tests/fast/block/positioning/absolute-layout-after-image-load.html

<html>
<head>
<script>
    if (window.testRunner) {
        testRunner.dumpAsText();
        testRunner.waitUntilDone();
     }

    //   https://bugs.webkit.org/show_bug.cgi?id=54611
    //   When navigating to absolute-layout-after-image-load-2.html#anchor1 directly, the anchor should be positioned below 
    //   the image on first load. The test is sensitive to caching of the image, so you should reload 
    //   absolute-layout-after-image-load-2.html#anchor1 if testing manually.

    function test(){
        setTimeout(location.assign("resources/absolute-layout-after-image-load-2.html#anchor1"),0);
    }
</script>
</head>
<body onload="test();">
</body></html>