| Index: trunk/src/chrome/test/data/extensions/platform_apps/web_view/text_selection/guest.html
|
| ===================================================================
|
| --- trunk/src/chrome/test/data/extensions/platform_apps/web_view/text_selection/guest.html (revision 247721)
|
| +++ trunk/src/chrome/test/data/extensions/platform_apps/web_view/text_selection/guest.html (working copy)
|
| @@ -1,11 +0,0 @@
|
| -<!doctype html>
|
| -<html>
|
| -<body>
|
| -<div style="width:100px; word-wrap: break-word;">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</div>
|
| -<script>
|
| - document.addEventListener('contextmenu', function(e) {
|
| - console.log('GUEST_CONTEXTMENU');
|
| - });
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|