| Index: LayoutTests/security/lazy-event-listener.html
|
| diff --git a/LayoutTests/security/lazy-event-listener.html b/LayoutTests/security/lazy-event-listener.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dae3592868e90c5d4071f8c6374004416cd226da
|
| --- /dev/null
|
| +++ b/LayoutTests/security/lazy-event-listener.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<html onmousedown="};}}}}); true?0x31337:(function() {{{{{">
|
| +Test passes if it doesn't crash.
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +document.documentElement.onmousedown;
|
| +</script>
|
| +</html>
|
|
|