1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/tests/bug923376-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<!doctype html> 1.5 +<html class="reftest-wait"><div contenteditable>something missspelled<br>something elsed#</div> 1.6 +<script src="/tests/SimpleTest/EventUtils.js"></script> 1.7 +<script> 1.8 +document.body.firstChild.focus(); 1.9 +SpecialPowers.Cu.import("resource://gre/modules/AsyncSpellCheckTestHelper.jsm", 1.10 + window); 1.11 +onSpellCheck(document.body.firstChild, function() { 1.12 + document.documentElement.removeAttribute("class"); 1.13 +}); 1.14 +</script>