summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/chrome/test_editor_for_input_with_autocomplete.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/tests/chrome/test_editor_for_input_with_autocomplete.html')
-rw-r--r--toolkit/content/tests/chrome/test_editor_for_input_with_autocomplete.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/content/tests/chrome/test_editor_for_input_with_autocomplete.html b/toolkit/content/tests/chrome/test_editor_for_input_with_autocomplete.html
index 91f0f159b4..f2786d47be 100644
--- a/toolkit/content/tests/chrome/test_editor_for_input_with_autocomplete.html
+++ b/toolkit/content/tests/chrome/test_editor_for_input_with_autocomplete.html
@@ -51,7 +51,6 @@ async function runTests() {
.QueryInterface(Ci.nsIAutoCompleteInput);
var originalFormFillTimeout = formFillController.timeout;
- SpecialPowers.attachFormFillControllerTo(window);
var target = document.getElementById("input");
// Register a word to the form history.
@@ -71,7 +70,6 @@ async function runTests() {
await tests2.run();
formFillController.timeout = originalFormFillTimeout;
- SpecialPowers.detachFormFillControllerFrom(window);
SimpleTest.finish();
}