| Index: LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe.html
|
| diff --git a/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe.html b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..74e3765636d21e90841f43a27a64a7e4e2b67576
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe.html
|
| @@ -0,0 +1,20 @@
|
| +<!DOCTYPE HTML>
|
| +<style>
|
| +body { margin: 0px; }
|
| +div.box {
|
| + margin: 10px;
|
| + padding: 50px;
|
| + float: left;
|
| +}
|
| +#lightpink {
|
| + background-color: lightpink;
|
| +}
|
| +#deeppink {
|
| + background-color: deeppink;
|
| +}
|
| +</style>
|
| +
|
| +<div class="box" id="lightpink">
|
| + <div class="box" id="deeppink">
|
| + </div>
|
| +</div>
|
|
|