gecko-dev/editor/reftests/spellcheck-contenteditable-nofocus-1.html
Edgar Chen 30d48a6150 Bug 1507543 - Spellchecker for contenteditable/design-mode should not run without focus; r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D12875

--HG--
rename : editor/reftests/spellcheck-contenteditable-nofocus.html => editor/reftests/spellcheck-contenteditable-nofocus-1.html
extra : moz-landing-system : lando
2018-12-03 11:20:09 +00:00

7 lines
94 B
HTML

<!DOCTYPE html>
<html>
<body>
<div contenteditable>blahblahblah</div>
</body>
</html>