Chromium Code Reviews| Index: LayoutTests/fast/parser/resources/remove-parent.xhtml |
| diff --git a/LayoutTests/fast/parser/resources/remove-parent.xhtml b/LayoutTests/fast/parser/resources/remove-parent.xhtml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..12caaa5f4c1e6b958dd5a7ce105493aa27bf228d |
| --- /dev/null |
| +++ b/LayoutTests/fast/parser/resources/remove-parent.xhtml |
| @@ -0,0 +1,5 @@ |
| +<html xmlns="http://www.w3.org/1999/xhtml"> |
| +<body> |
| +<iframe src="about:blank" onload="parent.document.getElementsByTagName('iframe')[0].remove();"></iframe> |
| +</body> |
| +</html> |