| 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 70b037a9dda0badd6fbe7736659cce654ad629ab..d2acf940dc837826b2569d0ec05b80cdc2487ae7 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_styles.css
|
| @@ -31,6 +31,17 @@ overflow-y: auto;
|
| overflow-x: auto;
|
| }
|
|
|
| +.touchActionNone {
|
| +touch-action: none;
|
| +}
|
| +
|
| +#innerframe {
|
| +width: 90%;
|
| +margin: 10px;
|
| +margin-left: 10%;
|
| +height: 200px;
|
| +}
|
| +
|
| .scroller {
|
| width: 700px;
|
| height: 430px;
|
| @@ -66,6 +77,10 @@ display: none;
|
| font-weight: bold;
|
| }
|
|
|
| +#event-log {
|
| +font-weight: bold;
|
| +}
|
| +
|
| #listener {
|
| background: orange;
|
| border: 1px solid orange;
|
|
|