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

Unified Diff: chrome/browser/download/save_page_browsertest.cc

Issue 1373573002: ABANDONED: OOPIFs: Moving stitching of local paths from renderer to browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page-serialization-recursive-begone
Patch Set: Rebasing... Created 5 years, 2 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 | « no previous file | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/save_page_browsertest.cc
diff --git a/chrome/browser/download/save_page_browsertest.cc b/chrome/browser/download/save_page_browsertest.cc
index daa54c1094e7d954f03f5992591cf3081e7defcd..b234ca7452a4301c92121b029bbe63386f605a0f 100644
--- a/chrome/browser/download/save_page_browsertest.cc
+++ b/chrome/browser/download/save_page_browsertest.cc
@@ -867,9 +867,7 @@ IN_PROC_BROWSER_TEST_F(SavePageSitePerProcessBrowserTest,
std::string main_contents;
ASSERT_TRUE(base::ReadFileToString(full_file_name, &main_contents));
EXPECT_THAT(main_contents,
- HasSubstr("<iframe src=\"./iframes_files/a.html\"></iframe>"));
- EXPECT_THAT(main_contents,
- HasSubstr("<iframe src=\"./iframes_files/b.html\"></iframe>"));
+ HasSubstr("<iframe src=\"iframes_files/a.html\"></iframe>"));
EXPECT_THAT(main_contents,
HasSubstr("<img src=\"./iframes_files/1.png\">"));
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698