chromium/third_party/blink/web_tests/fast/multicol/image-loaded-before-layout-assert.html

<!DOCTYPE html>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<p>This test attempts to trigger a paint invalidation after renderer creation but before layout.</p>
<p>PASS if no assertion failure or crash.</p>
<div style="-webkit-columns:3;">
    <img src="resources/big-green.png" style="width:50px;">
</div>