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

Unified Diff: chrome/test/data/save_page/frames-runtime-changes.htm

Issue 1502563004: Save-Page-As-Complete-Html: Each frame links to a distinct local file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no-url-deduping-for-frame-and-adding-save-item-id
Patch Set: Rebasing... Created 4 years, 11 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 | « chrome/browser/download/save_page_browsertest.cc ('k') | content/browser/download/save_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/save_page/frames-runtime-changes.htm
diff --git a/chrome/test/data/save_page/frames-runtime-changes.htm b/chrome/test/data/save_page/frames-runtime-changes.htm
index 897f15aca5879f3c90cef8e0d2356fde75389bb9..78caad37aa09dd5808f6c639bc335c3b7bc76c26 100644
--- a/chrome/test/data/save_page/frames-runtime-changes.htm
+++ b/chrome/test/data/save_page/frames-runtime-changes.htm
@@ -8,7 +8,7 @@ function addNewMarker(elementId, marker) {
}
function onLoad() {
- if (location.href.indexOf("do_runtime_changes") == (-1))
+ if (location.href.indexOf("do_runtime_changes=1") == (-1))
return
addNewMarker("subframe1", "21595339-61fc-4854-b6df-0668328ea263")
« no previous file with comments | « chrome/browser/download/save_page_browsertest.cc ('k') | content/browser/download/save_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698