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

Side by Side Diff: extensions/test/data/web_view/apitest/guest_with_inline_script.html

Issue 615623002: Porting more tests to app_shell_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 6 years, 2 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 <!-- 2 <!--
3 * Copyright 2014 The Chromium Authors. All rights reserved. Use of this 3 * Copyright 2014 The Chromium Authors. All rights reserved. Use of this
4 * source code is governed by a BSD-style license that can be found in the 4 * source code is governed by a BSD-style license that can be found in the
5 * LICENSE file. 5 * LICENSE file.
6 --> 6 -->
7 <!-- This file is loaded from webview accessible resource --> 7 <!-- This file is loaded from webview accessible resource -->
8 <html> 8 <html>
9 <head> 9 <head>
10 <title>A guest page.</title> 10 <title>A guest page.</title>
11 </head> 11 </head>
12 <body style="padding: 0; margin: 0;"> 12 <body style="padding: 0; margin: 0;">
13 <script> 13 <script>
14 window.console.log('guest_with_inline_script.html: Inline script ran'); 14 window.console.log('guest_with_inline_script.html: Inline script ran');
15 </script> 15 </script>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698