blob: 6bbeaeac7b86d26030b4cad5c21b2f7e70e0d9a5 [file] [log] [blame]
<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>