mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
27ef769d59
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
17 lines
257 B
HTML
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">%
|