Sign in
webkit
/
WebKit
/
c2482f3ae25f413cff2e13443ac27ae81b76180f
/
.
/
LayoutTests
/
fast
/
parser
/
resources
/
xhtml-close-while-parsing-target.xhtml
blob: ca91ae1e5c850dfd150121c126c16ccdb7014b5d [
file
] [
log
] [
blame
]
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<body>
<script>
window
.
close
();
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
</script>
</body>
</html>