chromium/third_party/blink/web_tests/fast/multicol/vertical-rl/composited-relpos-overlapping-will-change.html

<!DOCTYPE html>
<p>The word 'PASS' should be seen <em>twice</em> below in a yellow rectangle. They appear together because they are composited, and hence not fragmented.</p>
<div style="margin-left:100px; -webkit-columns:3; -webkit-column-gap:1em; column-fill:auto; -webkit-writing-mode:vertical-rl; height:26em; width:13em; line-height:2em; orphans:1; widows:1;">
    <div style="will-change:transform; position:absolute; left:100px; top:4em; width:10em; height:18em"></div>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <div style="background: yellow; position:relative; margin:0.5em;">PASS<br>PASS</div>
</div>