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 422dce16ccf13725b87059c47c54ce56081c8e48..1ee3b0b3965ff9fb3c5960f606cca6477ce145a8 100644 |
| --- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css |
| @@ -1,6 +1,6 @@ |
| #innerFrame { |
| position: absolute; |
| -top: 250px; |
| +top: 300px; |
| left: 200px; |
| height: 100px; |
| width: 100px; |
| @@ -11,8 +11,8 @@ height: 100px; |
| } |
| #square1 { |
| -top: 250px; |
| -left: 100px; |
| +top: 330px; |
| +left: 150px; |
| background: black; |
| } |