Skip to content

Commit f4f1149

Browse files
emiliomoz-wptsync-bot
authored andcommitted
Paper over node comparison mid unbind.
This restores the behavior but it is not great. Differential Revision: https://phabricator.services.mozilla.com/D239316 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1949893 gecko-commit: f9ea551138ccc1adb5ee910147734b6ce1bff69f gecko-reviewers: smaug
1 parent c34ccf1 commit f4f1149

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1949893">
4+
<script>
5+
document.addEventListener("DOMContentLoaded", () => {
6+
b.outerHTML = a.outerHTML
7+
a.replaceWith()
8+
})
9+
</script>
10+
<fieldset form="a"></fieldset>
11+
<form id="a">
12+
<object>
13+
<param id="b">

0 commit comments

Comments
 (0)