Skip to content

Commit

Permalink
Pass known value to PrepareEditor() when deferring preparation.
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D187981

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1851730
gecko-commit: 72ea7455c255078356b5694d9c94012a3abe5e50
gecko-reviewers: masayuki
  • Loading branch information
emilio authored and moz-wptsync-bot committed Sep 18, 2023
1 parent 349c094 commit b514b9d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions editing/crashtests/mozilla-bug-1851730.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<script>
document.addEventListener("DOMContentLoaded", () => {
document.execCommand("selectAll", false)
a.wrap = "hard"
a.value = "A"
b.style.cssFloat = "left"
})
</script>
<textarea id="a" autofocus="autofocus">&quot;</textarea>
<font id="b">
<pre>

0 comments on commit b514b9d

Please sign in to comment.