tenfourfox/layout/base/tests/bug923376-ref.html

12 lines
443 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!doctype html>
<html class="reftest-wait"><div contenteditable>something missspelled<br>something elsed#</div>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script>
document.body.firstChild.focus();
SpecialPowers.Cu.import("resource://gre/modules/AsyncSpellCheckTestHelper.jsm",
window);
onSpellCheck(document.body.firstChild, function() {
document.documentElement.removeAttribute("class");
});
</script>