Index: webkit/data/test_shell/iframes/testiframe.html |
diff --git a/webkit/data/test_shell/iframes/testiframe.html b/webkit/data/test_shell/iframes/testiframe.html |
deleted file mode 100644 |
index 7987b243887f3b3da77c8ff0dfd21d1e0d1ff9f1..0000000000000000000000000000000000000000 |
--- a/webkit/data/test_shell/iframes/testiframe.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<HTML> |
-<HEAD> |
-<TITLE>IFRAME test</TITLE> |
-</HEAD> |
-<BODY bgcolor=green> |
-<iframe |
- style = 'margin: 100px;' |
- src = 'testiframe2.html' |
- width = '300' |
- height = '300' |
- marginwidth = '0' |
- marginheight = '0' |
- frameborder = '0' |
- scrolling = 'no'></iframe> |
-</iframe> |
-</BODY> |
-</HTML> |