| Index: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/resources/pointerevent_attributes_mouse-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/resources/pointerevent_attributes_mouse-iframe.html b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/resources/pointerevent_attributes_mouse-iframe.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5e55868282ce5ce549f1d32092839f05bd43aba7
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/resources/pointerevent_attributes_mouse-iframe.html
|
| @@ -0,0 +1,10 @@
|
| +<!doctype html>
|
| +<html>
|
| + <head>
|
| + <meta name="viewport" content="width=device-width">
|
| + <link rel="stylesheet" type="text/css" href="../pointerevent_styles.css">
|
| + </head>
|
| + <body>
|
| + <div id="square2" class="square"></div>
|
| + </body>
|
| +</html>
|
|
|