Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <head> | |
| 3 <title> | |
| 4 Test page for saving page feature | |
| 5 </title> | |
| 6 </head> | |
| 7 <body> | |
| 8 When this page is loaded over HTTP (i.e. via embedded_test_server() from a | |
| 9 browser test), then it should be denied access to local resources, like the | |
| 10 file: URI from the img tag below. This test verifies that access to the | |
| 11 file: URI will also be forbidden when saving all resources of the page | |
| 12 during Save-Page-As-Complete-HTML. | |
| 13 <img id="resource1" | |
| 14 src="file:///path-to-be-set-at-test-runtime/should-not-save.txt"></img> | |
| 15 </body> | |
| 16 </html> | |
| OLD | NEW |