diff --git a/toolkit/components/satchel/test/test_bug_511615.html b/toolkit/components/satchel/test/test_bug_511615.html index 0ba5ccd0121..0854689639d 100644 --- a/toolkit/components/satchel/test/test_bug_511615.html +++ b/toolkit/components/satchel/test/test_bug_511615.html @@ -12,7 +12,7 @@ Form History test: form field autocomplete

-
+
@@ -32,6 +32,7 @@ Form History test: form field autocomplete netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect'); var autocompletePopup = getAutocompletePopup(); +autocompletePopup.style.direction = "ltr"; var input = $_(1, "field1"); @@ -366,6 +367,7 @@ function runTest(testNum) { case 211: checkPopupOpen(false); checkForm(""); + is(autocompletePopup.style.direction, "rtl", "direction should have been changed from ltr to rtl"); SimpleTest.finish(); return; diff --git a/toolkit/content/tests/chrome/Makefile.in b/toolkit/content/tests/chrome/Makefile.in index 3d585c110d3..5e5fd4d640b 100644 --- a/toolkit/content/tests/chrome/Makefile.in +++ b/toolkit/content/tests/chrome/Makefile.in @@ -72,7 +72,6 @@ _TEST_FILES = findbar_window.xul \ test_bug570192.xul \ test_bug624329.xul \ bug624329_window.xul \ - test_bug649840.xul \ test_popup_preventdefault_chrome.xul \ window_popup_preventdefault_chrome.xul \ test_largemenu.xul \ diff --git a/toolkit/content/tests/chrome/test_bug649840.xul b/toolkit/content/tests/chrome/test_bug649840.xul deleted file mode 100644 index f2c0c0dc048..00000000000 --- a/toolkit/content/tests/chrome/test_bug649840.xul +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - -