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

Unified Diff: third_party/WebKit/Source/web/tests/data/pageserializer/rewritelinks/rewritelinks_base.html

Issue 1441553002: Generating CIDs in Blink during MHTML serialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mhtml-per-frame-page-serializer-only
Patch Set: Replace list Replaced initializer lists with array initialization. Created 5 years 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 | « third_party/WebKit/Source/web/tests/PageSerializerTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/pageserializer/rewritelinks/rewritelinks_base.html
diff --git a/third_party/WebKit/Source/web/tests/data/pageserializer/rewritelinks/rewritelinks_base.html b/third_party/WebKit/Source/web/tests/data/pageserializer/rewritelinks/rewritelinks_base.html
deleted file mode 100644
index acca70d5814033886c7bd65fb1556bfa3b67389a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/web/tests/data/pageserializer/rewritelinks/rewritelinks_base.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!-- This page is used to test that links are rewritten correctly by the
- PageSerializer when a base tag are used.
--->
-<html>
-<head>
-<base href="http://www.test.com/images/here/" target="_blank">
-</head>
-<body>
-<img src="image.png"/>
-<img src="or/in/here/image.png"/>
-<img src="http://www.test.com/or/absolute.png"/>
-</body>
-</html>
« no previous file with comments | « third_party/WebKit/Source/web/tests/PageSerializerTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698