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..c57f869ef63beca08f97bf7a8c45a00acd3a7a4a 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> |
</div> |
<br> |
<input type="button" id="btnComplete" value="Complete test"> |
@@ -106,4 +106,4 @@ |
</div> |
<div id="log"></div> |
</body> |
-</html> |
+</html> |