| Index: third_party/WebKit/LayoutTests/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html
|
| diff --git a/third_party/WebKit/LayoutTests/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html b/third_party/WebKit/LayoutTests/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html
|
| index 5c9f28c489c0e9cc264ddcfc9b450a0303df2969..c81fdcb35f0025aac4effb790b59a1ca6dec6fbe 100644
|
| --- a/third_party/WebKit/LayoutTests/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html
|
| +++ b/third_party/WebKit/LayoutTests/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html
|
| @@ -18,7 +18,7 @@ if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|
| window.onload = function () {
|
| - document.addEventListener('touchstart', function() { });
|
| + document.addEventListener('touchstart', function() { }, {passive: false});
|
|
|
| consoleWrite("Should have single rect on document before fullscreen");
|
| window.internals.forceCompositingUpdate(document);
|
|
|