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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/download/mhtml_generation_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/download/local-about-blank-subframes.html
diff --git a/content/test/data/download/local-about-blank-subframes.html b/content/test/data/download/local-about-blank-subframes.html
deleted file mode 100644
index 01231d0458480bdad8ad45a3c4fcc3b7fd2616a4..0000000000000000000000000000000000000000
--- a/content/test/data/download/local-about-blank-subframes.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<html>
- <head>
- <title>Inline iframes test</title>
- </head>
- <body>
- main: acb0609d-eb10-4c26-83e2-ad8afb7b0ff3 <br/>
-
- <iframe srcdoc="
- &lt;html&gt;
- &lt;head&gt;
- &lt;title&gt;subtitle1&lt;/title&gt;
- &lt;/head&gt;
- &lt;body&gt;
- sub1: b124df3a-d39f-47a1-ae04-5bb5d0bf549e
- &lt;/body&gt;
- &lt;/html&gt;"></iframe> <br/>
-
- <iframe srcdoc="
- &lt;html&gt;
- &lt;head&gt;
- &lt;title&gt;subtitle2&lt;/title&gt;
- &lt;/head&gt;
- &lt;body&gt;
- sub2: 07014068-604d-45ae-884f-a068cfe7bc0a
- &lt;/body&gt;
- &lt;/html&gt;"></iframe> <br/>
-
- <iframe srcdoc="
- &lt;html&gt;
- &lt;head&gt;
- &lt;title&gt;subtitle3&lt;/title&gt;
- &lt;/head&gt;
- &lt;body&gt;
- sub3: 06cc8fcc-c692-4a1a-a10f-1645b746e8f4
- &lt;/body&gt;
- &lt;/html&gt;"></iframe> <br/>
-
- </body>
-</html>
« 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