summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/resources/remove-parent.xhtml
blob: 12caaa5f4c1e6b958dd5a7ce105493aa27bf228d (plain)
1
2
3
4
5
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<iframe src="about:blank" onload="parent.document.getElementsByTagName('iframe')[0].remove();"></iframe>
</body>
</html>