gecko-dev/layout/base/crashtests/1469354.html
Emilio Cobos Álvarez 27ef769d59 Bug 1469354: Use the first continuation to get the layout parent style. r=mats
Continuations do not have placeholders. There's a bunch of code that already
deals with that in other places in the tree.

MozReview-Commit-ID: Htizql7692e
2018-06-25 02:50:44 +02:00

17 lines
257 B
HTML

<style>
:root { columns: 0px }
hr::first-line {}
li { display: contents }
</style>
<script>
function go() {
a.appendChild(c);
c.appendChild(b);
b.style.setProperty("float", "left");
}
</script>
<svg onload="go()">
<hr id="a">
<dd id="b">
<li id="c">%