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

Side by Side Diff: extensions/test/data/web_view/accept_touch_events/guest.html

Issue 639693005: Adding more webview browser tests to app_shell_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small changes are made. 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 <html> 7 <html>
8 <head> 8 <head>
9 <script type="text/javascript" src="guest.js"></script> 9 <script type="text/javascript" src="guest.js"></script>
10 </head> 10 </head>
11 <body> 11 <body>
12 Test guest. 12 Test guest.
13 <div id="touch-div"></div> 13 <div id="touch-div"></div>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_apitest.cc ('k') | extensions/test/data/web_view/accept_touch_events/guest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698