summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/bug923376-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/tests/bug923376-ref.html')
-rw-r--r--layout/base/tests/bug923376-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/base/tests/bug923376-ref.html b/layout/base/tests/bug923376-ref.html
new file mode 100644
index 000000000..3a60cf195
--- /dev/null
+++ b/layout/base/tests/bug923376-ref.html
@@ -0,0 +1,11 @@
+<!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>