Chromium Code Reviews| Index: LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe3.html |
| diff --git a/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe3.html b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe3.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..47eb196a2a9a163a2f9eb3deeb07573543577d6f |
| --- /dev/null |
| +++ b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe3.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE HTML> |
| +<style> |
| +body { margin: 0px; } |
| +div.box { padding: 40px; } |
| +#green { background-color: green; } |
| +#darkgreen { background-color: darkgreen; } |
| +</style> |
| +<div class="box" id="green"> |
| + <div class="box" id="darkgreen"> |
|
mustaq
2015/07/02 20:37:29
Nested divs is not our focus here, so please get r
Miyoung Shin(c)
2015/07/05 12:39:33
Done
|
| + </div> |
| +</div> |