| Index: LayoutTests/fast/html/eventhandler-attribute-non-callable-expected.txt
|
| diff --git a/LayoutTests/fast/html/eventhandler-attribute-non-callable-expected.txt b/LayoutTests/fast/html/eventhandler-attribute-non-callable-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fefe0d77901d5970d4abe0ef7026a7da4242c31a
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/html/eventhandler-attribute-non-callable-expected.txt
|
| @@ -0,0 +1,21 @@
|
| +This test checks that EventHandler attributes only accept JS functions as input.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS div.onkeydown is null
|
| +PASS div.onkeydown = callback did not throw exception.
|
| +PASS div.onkeydown is callback
|
| +PASS wasCallbackCalled is true
|
| +PASS div.onkeydown is not null
|
| +PASS div.onkeydown = o did not throw exception.
|
| +PASS div.onkeydown is null
|
| +PASS wasCallbackCalled is false
|
| +PASS div.onkeydown = callback did not throw exception.
|
| +PASS div.onkeydown is callback
|
| +PASS div.onkeydown = null did not throw exception.
|
| +PASS div.onkeydown is null
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|