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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin.html

Issue 2414273003: Remove UserGesture on touch scrolls (Closed)
Patch Set: Improve comments Created 4 years, 1 month 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
(Empty)
1 <style>
2 /* iframe will pass its client co-ordinates to eventSender */
3 html, body {
4 margin: 0;
5 }
6 iframe {
7 position: absolute;
8 top: 0;
9 left: 0;
10 width: 100%;
11 height: 1000px;
12 }
13 </style>
14 <iframe src="resources/touch-user-gesture-frame.html"></iframe>
15
16 <script>
17 // Ensure the iframe is considered cross-origin
18 testRunner.setAllowFileAccessFromFileURLs(false);
19 testRunner.setAllowUniversalAccessFromFileURLs(false);
20 testRunner.dumpChildFramesAsText();
21 testRunner.waitUntilDone();
22 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698