summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/chrome/test_bug420499.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/tests/chrome/test_bug420499.xhtml')
-rw-r--r--layout/base/tests/chrome/test_bug420499.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/base/tests/chrome/test_bug420499.xhtml b/layout/base/tests/chrome/test_bug420499.xhtml
index 22fefd7987..8db69ff6c1 100644
--- a/layout/base/tests/chrome/test_bug420499.xhtml
+++ b/layout/base/tests/chrome/test_bug420499.xhtml
@@ -84,7 +84,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=420499
function popupMenuShownHandler() {
window.removeEventListener("popupshown", popupMenuShownHandler);
- ok(!isCaretVisible(), "Caret shouldn't be visible when menu open");
+ ok(isCaretVisible(), "Caret shouldn't be visible when menu open");
window.addEventListener("popuphidden", ensureParagraphFocused);
$("menu").open = false;
}