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

Side by Side Diff: extensions/test/data/web_view/media_access/check/media_check_guest.html

Issue 626093002: Cleanup webview app_shell_browsertests and add webview media permission tests in app_shell_browsert… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests_load
Patch Set: 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 <!-- 1 <!--
2 * Copyright 2014 The Chromium Authors. All rights reserved. Use of this 2 * Copyright 2014 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the 3 * source code is governed by a BSD-style license that can be found in the
4 * LICENSE file. 4 * LICENSE file.
5 --> 5 -->
6 <html> 6 <html>
7 <head> 7 <head>
8 <script type="text/javascript"> 8 <script type="text/javascript">
9 // A guest that requests media sources, which in turn checks for media 9 // A guest that requests media sources, which in turn checks for media
10 // access permission. 10 // access permission.
(...skipping 27 matching lines...) Expand all
38 window.addEventListener('message', onPostMessageReceived, false); 38 window.addEventListener('message', onPostMessageReceived, false);
39 </script> 39 </script>
40 </head> 40 </head>
41 <body> 41 <body>
42 <div> 42 <div>
43 This is a guest requests media sources, which will check for media 43 This is a guest requests media sources, which will check for media
44 access permission. 44 access permission.
45 </div> 45 </div>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698