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 a4dc17e3d59b5c243ea09de65796b4a802d3f5e7..82265d5b91de17671d5a0ad981e6d5da234fe131 100644 |
--- a/Source/web/tests/data/touch-action-tests.js |
+++ b/Source/web/tests/data/touch-action-tests.js |
@@ -17,7 +17,6 @@ window.addEventListener('load', function() { |
} |
tree.parentElement.removeChild(tree); |
var shadowRoot = host.createShadowRoot(); |
- shadowRoot.applyAuthorStyles = true; |
shadowRoot.appendChild(tree); |
} |
}); |