Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /contenteditable/select-text-change-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=2014615">
<script>
document.addEventListener("DOMContentLoaded", () => {
a.outerText = String.fromCharCode(35, 85)
})
</script>
<select autofocus="autofocus" contenteditable="true">
<option case="capture" id="a"></option>