Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-svg-test_touch-manual.html |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-svg-test_touch-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-svg-test_touch-manual.html |
| index 6c9c0b3f68cdd1df835d9a9913cb6ea57e48867f..f921fb9640864712b227e40d271fa50a801984aa 100644 |
| --- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-svg-test_touch-manual.html |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-svg-test_touch-manual.html |
| @@ -23,7 +23,7 @@ |
| <h4 id="desc">Test Description: Try to scroll black element DOWN moving your touch outside of the red border. Wait for description update.</h4> |
| <p>Note: this test is for touch only</p> |
| <div id="target0"> |
| - <svg width="555" height="555" style="touch-action: none; border: 4px double red;"> |
| + <svg id="testsvg" width="555" height="555" style="touch-action: none; border: 4px double red;"> |
|
Navid Zolghadr
2016/07/21 21:18:15
Same here.
lanwei
2016/07/28 04:48:23
Done.
|
| <circle cx="305" cy="305" r="250" stroke="green" stroke-width="4" fill="yellow" /> |
| Sorry, your browser does not support inline SVG. |
| </svg> |