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..e9dc9d78ee7272accdff4b6b4396fd3c7c60fc7c 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;"> |
<circle cx="305" cy="305" r="250" stroke="green" stroke-width="4" fill="yellow" /> |
Sorry, your browser does not support inline SVG. |
</svg> |
@@ -119,4 +119,4 @@ |
</div> |
<div id="log"></div> |
</body> |
-</html> |
+</html> |