Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /editing/crashtests/justifycenter-around-textarea.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<script>
function go() {
a.replaceWith(undefined)
window.getSelection().modify("move", "right", "word")
document.execCommand("justifyCenter", false)
}
</script>
<div contenteditable="true">a</div>
<textarea>23</textarea>
<li dir="RTL">
<strong id="a">
<svg onload="go()">