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

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

Issue 1442733002: Save-Page-As-Complete-Html: Fixing how links are rewritten in subframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@multi-frame-tests
Patch Set: Fixed the name of a test. 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
Index: chrome/test/data/save_page/frames-nested2.htm
diff --git a/chrome/test/data/save_page/frames-nested2.htm b/chrome/test/data/save_page/frames-nested2.htm
new file mode 100644
index 0000000000000000000000000000000000000000..dca2537f6a9bb360bb7be2a709bf171784074dde
--- /dev/null
+++ b/chrome/test/data/save_page/frames-nested2.htm
@@ -0,0 +1,13 @@
+<!doctype html>
+<html>
+<head></head>
+<body>
+ <h1>Test content</h1>
+
+ Content verification marker:
+ frames-nested2.htm: 6d23dc47-f283-4977-96ec-66bcf72301a4
+
+ <iframe src="b.htm" width="300" height="300"></iframe>
+ <img src="1.png"/>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698