| Index: third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin.html b/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin.html
|
| deleted file mode 100644
|
| index 087fd27504fdb857bfc59085047eb6b17e597aa5..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<style>
|
| - /* iframe will pass its client co-ordinates to eventSender */
|
| - html, body {
|
| - margin: 0;
|
| - }
|
| - iframe {
|
| - position: absolute;
|
| - top: 0;
|
| - left: 0;
|
| - width: 100%;
|
| - height: 1000px;
|
| - }
|
| -</style>
|
| -<iframe src="resources/touch-user-gesture-frame.html"></iframe>
|
| -
|
| -<script>
|
| -// Ensure the iframe is considered cross-origin
|
| -testRunner.setAllowFileAccessFromFileURLs(false);
|
| -testRunner.setAllowUniversalAccessFromFileURLs(false);
|
| -testRunner.dumpChildFramesAsText();
|
| -testRunner.waitUntilDone();
|
| -</script>
|
|
|