Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-button-test_touch-manual.html |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-button-test_touch-manual.html b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-button-test_touch-manual.html |
| index 01a1c88c1818eac69d8021fac1c41d5ff31828b3..36fb2856b1960bc675818c8c99ed0c5d9cb589ed 100644 |
| --- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-button-test_touch-manual.html |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_touch-action-button-test_touch-manual.html |
| @@ -30,7 +30,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"> |
| - <button>Test Button</button> |
| + <button id="testbutton">Test Button</button> |
|
Navid Zolghadr
2016/07/21 21:18:15
The same here regarding the local changes to these
lanwei
2016/07/28 04:48:23
Sure.
|
| </div> |
| <br> |
| <input type="button" id="btnComplete" value="Complete test"> |