Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
text
/
title-crash.html
blob: 946195ae8509c24a11f436fcedf345165e10c60d [
file
] [
log
] [
blame
]
<style>
*{
font-style
:
italic
;
font-size
:
1ex
;}
</style>
<script>
if
(
window
.
testRunner
)
window
.
testRunner
.
dumpAsText
();
document
.
documentElement
.
innerHTML
=
'<title>a</title>This test passes if it does not crash.'
</script>