Sign in
webkit
/
WebKit
/
15e4da4b5ce83fcfe6de6863df44c60571019d5f
/
.
/
LayoutTests
/
fast
/
parser
/
resources
/
remove-parent.xhtml
blob: 12caaa5f4c1e6b958dd5a7ce105493aa27bf228d [
file
] [
log
] [
blame
]
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<body>
<iframe
src
=
"about:blank"
onload
=
"
parent
.
document
.
getElementsByTagName
(
'iframe'
)[
0
].
remove
();
"
></iframe>
</body>
</html>