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

Side by Side Diff: chrome/test/data/save_page/frames-xsite.htm

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 | « chrome/test/data/save_page/frames-objects.htm ('k') | chrome/test/data/save_page/iframes.htm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head></head> 3 <head></head>
4 <body> 4 <body>
5 <h1>Test page features</h1> 5 <h1>Test page features</h1>
6 6
7 This page has two iframes: one is cross-site, the other is same-site. 7 This page has two iframes: one is cross-site, the other is same-site.
8 This helps test save-page when page spans multiple renderer processes. 8 This helps test save-page when page spans multiple renderer processes.
9 9
10 This page has iframes - this exercises a different link-to-local-path 10 This page has iframes - this exercises a different link-to-local-path
11 replacement code than the one used for non-frames / for savable-resources. 11 replacement code than the one used for non-frames / for savable-resources.
12 12
13 This page references /save_page/1.png resource from both 13 This page references /save_page/1.png resource from both
14 1) the main frame and 2) the /save_page/b.htm same-site subframe 14 1) the main frame and 2) the /save_page/b.htm same-site subframe
15 (same-site means that #1 and #2 refer to 1.png via the same url). 15 (same-site means that #1 and #2 refer to 1.png via the same url).
16 This helps test that savable resources are deduplicated across frames. 16 This helps test that savable resources are deduplicated across frames.
17 17
18 <h1>Test content</h1> 18 <h1>Test content</h1>
19 19
20 Content verification marker: 896fd88d-a77a-4f46-afd8-24db7d5af9c2 20 Content verification marker:
21 frames-xsite.htm: 896fd88d-a77a-4f46-afd8-24db7d5af9c2
21 22
22 <iframe src="/cross-site/bar.com/save_page/a.htm"></iframe> 23 <iframe src="/cross-site/bar.com/save_page/a.htm"></iframe>
23 <iframe src="b.htm"></iframe> 24 <iframe src="b.htm"></iframe>
24 <img src="1.png"/> 25 <img src="1.png"/>
25 </body> 26 </body>
26 </html> 27 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/save_page/frames-objects.htm ('k') | chrome/test/data/save_page/iframes.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698