blob: 1b90e1d56a6a03bf164ca053691c3117b513af57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html class="test-wait">
<head>
<meta charset="utf-8">
<title>Test case for bug 459613 of Mozilla</title>
</head>
<body>
<iframe
srcdoc="support/unloading-editor-in-subdocument-containing-misspelled-word-iframe.html"
onload="document.documentElement.removeAttribute('class')"></iframe>
</body>
</html>
|