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

Side by Side Diff: chrome/test/data/extensions/platform_apps/web_view/download_cookie_isolation/guest.html

Issue 1924473003: [Downloads] Use the initiating StoragePartition for resumption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in comment Created 4 years, 7 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html>
3 <!-- 2 <!--
4
5 Copyright 2016 The Chromium Authors. All rights reserved. 3 Copyright 2016 The Chromium Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file. 5 found in the LICENSE file.
8
9 --> 6 -->
10 <body> 7 <html>
11 I have an iframe! 8 <head>
12 9 <script src="guest.js"></script>
13 <iframe src="iframe_with_external_navigation.html" 10 </head>
14 width="300" 11 <body>
15 height="300" 12 <h1>Guest Page</h1>
16 sandbox="allow-scripts allow-popups" /> 13 <div id="container"></div>
17 </body> 14 </body>
18 </html> 15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698