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

Side by Side Diff: chrome/test/data/extensions/api_test/messaging/externally_connectable/sites/popup_opener.html

Issue 2257273002: Fix extension bindings injection for iframes (reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: 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
OLDNEW
1 <!DOCTYPE html>
2 <!-- 1 <!--
3 Copyright 2016 The Chromium Authors. All rights reserved. 2 Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 4 found in the LICENSE file.
6 --> 5 -->
7 <html> 6 <script>
8 <head> 7 var url = location.href.replace('popup_opener.html', 'chromium.org.html');
9 </head> 8 window.open(url, '_blank');
10 <body> 9 </script>
11 <div id="container"></div>
12 <script src="window.js"></script>
13 </body>
14 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/bindings/message_sender/public.html ('k') | extensions/renderer/script_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698