Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css |
| index d2acf940dc837826b2569d0ec05b80cdc2487ae7..422dce16ccf13725b87059c47c54ce56081c8e48 100644 |
| --- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css |
| @@ -1,11 +1,26 @@ |
| +#innerFrame { |
| +position: absolute; |
| +top: 250px; |
| +left: 200px; |
| +height: 100px; |
| +width: 100px; |
| +} |
| + |
| .spacer { |
| height: 100px; |
| } |
| #square1 { |
| -background: black; |
| -top: 150px; |
| +top: 250px; |
| left: 100px; |
| +background: black; |
| +} |
| + |
| +#square2 { |
| +top: 50px; |
| +left: 30px; |
| +visibility: hidden; |
| +background: red; |
| } |
| .square { |
| @@ -31,6 +46,10 @@ overflow-y: auto; |
| overflow-x: auto; |
| } |
| +#scrollTarget { |
| + background: darkblue; |
| +} |
| + |
| .touchActionNone { |
| touch-action: none; |
| } |