Sign in
chromium
/
chromium
/
src.git
/
4fd348fdb9c0b3842829acdfb2b82c86dacd8e0a
/
.
/
third_party
/
WebKit
/
LayoutTests
/
security
/
lazy-event-listener.html
blob: 1902fac872ab3582273b39725b3465efcc94a55f [
file
] [
log
] [
blame
]
<!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>