chromium/third_party/blink/web_tests/fast/block/line-layout/double-line-break-obj-removal-crash.html

<!DOCTYPE html>
<html>
<multicol id=multicolElem style="margin: 0em 61692em 21850.5357359em 47804em; "></multicol><emph><a id=anchorElem><bdo id=tCF30></a><tdx>a b c</tdx><media><span id=spanElem></media><fig style='right: 5174624300.52mm; float:right;'></fig><dt><body style='border: 2270.47629379in dashed cadetblue; '><summary id=summaryElem></body>
	
<script>
window.onload = function() {
    document.body.offsetTop;
    multicolElem.style.display = "table" 
    summaryElem.appendChild(anchorElem); 
    tCF30.appendChild(spanElem); 
    document.body.offsetTop;
    multicolElem.parentNode.removeChild(multicolElem);
    document.body.offsetTop;
    document.body.innerHTML = 'PASS if no crash or assert in debug';
    if (window.testRunner)
        testRunner.dumpAsText();
}
</script>
</html>