Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
parser
/
resources
/
xhtml-close-while-parsing-target.xhtml
blob: ca91ae1e5c850dfd150121c126c16ccdb7014b5d [
file
] [
edit
]
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<body>
<script>
window
.
close
();
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
</script>
</body>
</html>