| Index: LayoutTests/fast/dom/XMLHttpRequest-legacy-event-listener-expected.txt
|
| diff --git a/LayoutTests/fast/dom/XMLHttpRequest-legacy-event-listener-expected.txt b/LayoutTests/fast/dom/XMLHttpRequest-legacy-event-listener-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6541ac3cac3498065eb9007b5251e20245a05132
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/XMLHttpRequest-legacy-event-listener-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +Test addEventListener() and removeEventListener() fail silently if arguments are missing.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS new XMLHttpRequest().addEventListener("foo") is undefined
|
| +PASS new XMLHttpRequest().removeEventListener("bar") is undefined
|
| +PASS new XMLHttpRequest().addEventListener() is undefined
|
| +PASS new XMLHttpRequest().removeEventListener() is undefined
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|