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

Side by Side Diff: content/test/data/download/local-about-blank-subframes.html

Issue 1412733017: Tests comparing original-vs-saved multi-frame pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using the right test file extension for html-only save-type. Created 5 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 unified diff | Download patch
« no previous file with comments | « content/browser/download/mhtml_generation_browsertest.cc ('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 <html>
2 <head>
3 <title>Inline iframes test</title>
4 </head>
5 <body>
6 main: acb0609d-eb10-4c26-83e2-ad8afb7b0ff3 <br/>
7
8 <iframe srcdoc="
9 &lt;html&gt;
10 &lt;head&gt;
11 &lt;title&gt;subtitle1&lt;/title&gt;
12 &lt;/head&gt;
13 &lt;body&gt;
14 sub1: b124df3a-d39f-47a1-ae04-5bb5d0bf549e
15 &lt;/body&gt;
16 &lt;/html&gt;"></iframe> <br/>
17
18 <iframe srcdoc="
19 &lt;html&gt;
20 &lt;head&gt;
21 &lt;title&gt;subtitle2&lt;/title&gt;
22 &lt;/head&gt;
23 &lt;body&gt;
24 sub2: 07014068-604d-45ae-884f-a068cfe7bc0a
25 &lt;/body&gt;
26 &lt;/html&gt;"></iframe> <br/>
27
28 <iframe srcdoc="
29 &lt;html&gt;
30 &lt;head&gt;
31 &lt;title&gt;subtitle3&lt;/title&gt;
32 &lt;/head&gt;
33 &lt;body&gt;
34 sub3: 06cc8fcc-c692-4a1a-a10f-1645b746e8f4
35 &lt;/body&gt;
36 &lt;/html&gt;"></iframe> <br/>
37
38 </body>
39 </html>
OLDNEW
« no previous file with comments | « content/browser/download/mhtml_generation_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698