Sign in
webkit
/
WebKit
/
51d2026f123f19fcb7f647cb9beef1a0b7f94b83
/
.
/
LayoutTests
/
plugins
/
crash-invalid-data-reference.html
blob: 7f0314fc2c92ce3872b3ce6e1e5911793ba7203b [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</head>
<body>
<object
data
=
"file://var/www/foo"
></object>
<div>
This test passes if it doesn't crash in debug. (Bug #129104)
</div>
</body>
</html>