diff --git a/toolkit/components/satchel/test/test_bug_511615.html b/toolkit/components/satchel/test/test_bug_511615.html index 0854689639df..0ba5ccd01216 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,7 +32,6 @@ Form History test: form field autocomplete netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect'); var autocompletePopup = getAutocompletePopup(); -autocompletePopup.style.direction = "ltr"; var input = $_(1, "field1"); @@ -367,7 +366,6 @@ 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/test_bug649840.xul b/toolkit/content/tests/chrome/test_bug649840.xul new file mode 100644 index 000000000000..f2c0c0dc0489 --- /dev/null +++ b/toolkit/content/tests/chrome/test_bug649840.xul @@ -0,0 +1,66 @@ + + + + + + +