Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1778)

Unified Diff: Source/web/tests/data/touch-action-tests.js

Issue 215313003: Remove applyAuthorStyles flag from ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Git is hard Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/tests/data/touch-action-tests.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
});
« no previous file with comments | « Source/web/tests/data/touch-action-tests.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698