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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/web/tests/PageSerializerTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!-- This page is used to test that links are rewritten correctly by the
2 PageSerializer when a base tag are used.
3 -->
4 <html>
5 <head>
6 <base href="http://www.test.com/images/here/" target="_blank">
7 </head>
8 <body>
9 <img src="image.png"/>
10 <img src="or/in/here/image.png"/>
11 <img src="http://www.test.com/or/absolute.png"/>
12 </body>
13 </html>
OLDNEW
« 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