Bug 1761160: Disable spellechecking in the textarea for the blur-focus test. r=masayuki

Differential Revision: https://phabricator.services.mozilla.com/D150281
This commit is contained in:
Brad Werth 2022-06-25 18:45:09 +00:00
Родитель ca4fa2dbfc
Коммит 10e55143ef
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -12,7 +12,7 @@
</head>
<body onload="doTest()">
<p>normal text</p>
<textarea id="editor">textarea</textarea>
<textarea id="editor" spellcheck="false">textarea</textarea>
</body>
</html>

Просмотреть файл

@ -14,7 +14,7 @@
</head>
<body onload="doTest()">
<p>normal text</p>
<textarea id="editor">textarea</textarea>
<textarea id="editor" spellcheck="false">textarea</textarea>
</body>
</html>