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

Unified Diff: Source/web/tests/data/pageserializer/svg/page_with_svg_image.html

Issue 1167313002: Merge page serializers [3/12] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « Source/web/tests/data/pageserializer/svg/green_rectangle.svg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/pageserializer/svg/page_with_svg_image.html
diff --git a/Source/web/tests/data/pageserializer/svg/page_with_svg_image.html b/Source/web/tests/data/pageserializer/svg/page_with_svg_image.html
new file mode 100644
index 0000000000000000000000000000000000000000..2710099ccccdd72d34661acb0861c91dfdbf3028
--- /dev/null
+++ b/Source/web/tests/data/pageserializer/svg/page_with_svg_image.html
@@ -0,0 +1,9 @@
+<!-- This page is used to test that SVG images are retrieved correctly by
+ the PageSerializer.
+-->
+<html>
+<body>
+SVG to the max!<br>
+<img src="green_rectangle.svg"/>
+</body>
+</html>
« no previous file with comments | « Source/web/tests/data/pageserializer/svg/green_rectangle.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698