Skip to content

Commit 85df788

Browse files
longsonrmoz-wptsync-bot
authored andcommitted
SMIL node sorting should account for shadow dom elements
Differential Revision: https://phabricator.services.mozilla.com/D254343 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1957178 gecko-commit: 272a0b7231fdfe16495e2b65671017c242b5bc32 gecko-reviewers: emilio
1 parent d1e072a commit 85df788

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<script>
2+
window.addEventListener("DOMContentLoaded", () => {
3+
a.insertAdjacentHTML("beforeEnd", b.innerHTML)
4+
})
5+
</script>
6+
<basefont id="a"></basefont>
7+
<menu id="b">
8+
<svg id="c">
9+
<use xlink:href="#c">
10+
<animateMotion xlink:href="#c" />

0 commit comments

Comments
 (0)