Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: trunk/Source/web/tests/data/pageserializer/frames/simple_frames.html

Issue 73673003: Revert 162155 "This review merges the two existing page serializ..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/Source/web/tests/data/pageserializer/frames/simple_frames.html
===================================================================
--- trunk/Source/web/tests/data/pageserializer/frames/simple_frames.html (revision 162155)
+++ trunk/Source/web/tests/data/pageserializer/frames/simple_frames.html (working copy)
@@ -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>

Powered by Google App Engine
This is Rietveld 408576698