Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_change-touch-action-onpointerdown_touch-manual-input.js |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_change-touch-action-onpointerdown_touch-manual-input.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_change-touch-action-onpointerdown_touch-manual-input.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c703dda64462416445a86d809bca887f18d41cc9 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_change-touch-action-onpointerdown_touch-manual-input.js |
| @@ -0,0 +1,2 @@ |
| +if (window.chrome && chrome.gpuBenchmarking) |
| + chrome.gpuBenchmarking.smoothDrag(250, 250, 200, 200, function() {}, 1); |
|
Dirk Pranke
2016/06/06 23:27:04
It seems a bit odd that this has something to do w
Navid Zolghadr
2016/06/07 14:25:42
I was told that the naming of gpu benchmarking is
tdresser
2016/06/07 14:28:07
The naming here is definitely unfortunate. In the
|