зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ca4fa2dbfc
Коммит
10e55143ef
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче