| 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 searchEventObserved is true |
| 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 |