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

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

Issue 2075273002: Resource requests from Save-Page-As should go through CanRequestURL checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace MarkAsUnauthorized with constructor argument. Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/download/save_page_browsertest.cc ('k') | chrome/test/data/save_page/text.txt » ('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><title>Object elements test</title></head> 3 <head><title>Object elements test</title></head>
4 <body> 4 <body>
5 Content verification marker: 5 Content verification marker:
6 frames-objects.htm: 8da13db4-a512-4d9b-b1c5-dc1c134234b9 6 frames-objects.htm: 8da13db4-a512-4d9b-b1c5-dc1c134234b9
7 <br> 7 <br>
8 <br> 8 <br>
9 9
10 Html object: 10 Html object:
(...skipping 19 matching lines...) Expand all
30 <object data="pdf.pdf" border="1">err_no_object_data</object> 30 <object data="pdf.pdf" border="1">err_no_object_data</object>
31 <br> 31 <br>
32 <br> 32 <br>
33 33
34 Svg object: 34 Svg object:
35 <br> 35 <br>
36 <object data="svg.svg" border="1">err_no_object_data</object> 36 <object data="svg.svg" border="1">err_no_object_data</object>
37 <br> 37 <br>
38 <br> 38 <br>
39 39
40 Plain text file:
41 <br>
42 <object data="text.txt" border="1">err_no_object_data</object>
43 <br>
44 <br>
45
40 </body> 46 </body>
41 </html> 47 </html>
OLDNEW
« no previous file with comments | « chrome/browser/download/save_page_browsertest.cc ('k') | chrome/test/data/save_page/text.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698