Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /editing/crashtests/unloading-editor-in-subdocument-containing-misspelled-word.html - WPT Dashboard Interop Dashboard
<html class="test-wait">
<head>
<meta charset="utf-8">
</head>
<body>
<iframe
srcdoc="support/unloading-editor-in-subdocument-containing-misspelled-word-iframe.html"
onload="document.documentElement.removeAttribute('class')"></iframe>
</body>
</html>