| Index: LayoutTests/fast/events/touch/gesture/resources/gesture-tap-down-iframe.html
|
| diff --git a/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-down-iframe.html b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-down-iframe.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..641920ba2b00e65459583f8a0f9f1e304810a56f
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-down-iframe.html
|
| @@ -0,0 +1,17 @@
|
| +<html>
|
| +<style>
|
| +body {
|
| + width: 500px;
|
| + height: 500px;
|
| + background-color: blue;
|
| +}
|
| +
|
| +body:hover { background-color: red; }
|
| +
|
| +body:active { background-color: green; }
|
| +
|
| +body:hover:active { background-color: yellow; }
|
| +</style>
|
| +<body class="interactive">
|
| +</body>
|
| +</html>
|
|
|