Index: third_party/WebKit/Source/web/tests/data/pageserializer/frames/simple_frames.html |
diff --git a/third_party/WebKit/Source/web/tests/data/pageserializer/frames/simple_frames.html b/third_party/WebKit/Source/web/tests/data/pageserializer/frames/simple_frames.html |
deleted file mode 100644 |
index 1bc995100450a11017f97321070cb4f6264a141c..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/web/tests/data/pageserializer/frames/simple_frames.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<!-- This page is used to test that the PageSerializer correctly retrieves |
- resources in frames and framesets. |
---> |
-<html> |
- |
-<frameset rows="50%,50%"> |
- <frame src="simple_frames_top.html"> |
- <frameset cols="25%,75%"> |
- <frame src="simple_frames_3.html"> |
- <frame src="frame_4.png"> |
- </frameset> |
-</frameset> |
- |
-</html> |