blob: b34aacf64647a82911ef996eb42de25ff0385423 [file] [log] [blame]
This tests if the value in a search input form is cleared and a 'search' event is triggered, when we press the Escape key. To run (a part of) this test manually, type some text in the search form and then press the Escape key. If the text is cleared, then the test passes.
PASS input.value is ""
PASS searchEventObserved is true
PASS input.value is ""
PASS searchEventObserved is true
PASS input.value is "foo"
PASS searchEventObserved is false
PASS input.value is "foo"
PASS searchEventObserved is false
PASS input.value is "foo"
PASS searchEventObserved is false
PASS successfullyParsed is true
TEST COMPLETE