| Index: Source/web/tests/data/touch-action-tests.js
|
| diff --git a/Source/web/tests/data/touch-action-tests.js b/Source/web/tests/data/touch-action-tests.js
|
| index 82265d5b91de17671d5a0ad981e6d5da234fe131..a4dc17e3d59b5c243ea09de65796b4a802d3f5e7 100644
|
| --- a/Source/web/tests/data/touch-action-tests.js
|
| +++ b/Source/web/tests/data/touch-action-tests.js
|
| @@ -17,6 +17,7 @@
|
| }
|
| tree.parentElement.removeChild(tree);
|
| var shadowRoot = host.createShadowRoot();
|
| + shadowRoot.applyAuthorStyles = true;
|
| shadowRoot.appendChild(tree);
|
| }
|
| });
|
|
|