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

Unified Diff: Source/web/tests/data/pageserialization/simple_iframe.html

Issue 1295063002: Revert "Remove old serializer" It caused a regression, crbug.com/510422 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months 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: Source/web/tests/data/pageserialization/simple_iframe.html
diff --git a/Source/web/tests/data/pageserialization/simple_iframe.html b/Source/web/tests/data/pageserialization/simple_iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..65dca170cd9a1df7b9a40ea1e7a14f35efcfb7bd
--- /dev/null
+++ b/Source/web/tests/data/pageserialization/simple_iframe.html
@@ -0,0 +1,14 @@
+<html>
+<!--
+ This page is used to test that WebPageSerializer::retrieveAllResources retrieves
+ correctly the expected resources when dealing with multiple frames.
+-->
+
+<body>
+
+<img src="awesome.png"/>
+<img src="innerFrame.png"/>
+
+</body>
+
+</html>
« no previous file with comments | « Source/web/tests/data/pageserialization/object_iframe.html ('k') | Source/web/tests/data/pageserialization/simple_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698