| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointertype_pen-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointertype_pen-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointertype_pen-manual-automation.js
|
| index cb9da76656f1539609bcfa02545d21e3c5822e46..246dd0484563080049a42dd73411cb96f047b3c4 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointertype_pen-manual-automation.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointertype_pen-manual-automation.js
|
| @@ -1,9 +1,6 @@
|
| importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
|
|
| function inject_input() {
|
| - if (window.chrome && chrome.gpuBenchmarking) {
|
| - var target0 = document.getElementById('target0');
|
| - penClickIntoTarget(target0);
|
| - }
|
| + return penClickIntoTarget('target0');
|
| }
|
|
|
|
|