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

Unified Diff: Source/core/dom/shadow/ShadowRoot.idl

Issue 143993006: Remove applyAuthorStyles flag from ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to resolve conflict TestExpectation Created 6 years, 11 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
Index: Source/core/dom/shadow/ShadowRoot.idl
diff --git a/Source/core/dom/shadow/ShadowRoot.idl b/Source/core/dom/shadow/ShadowRoot.idl
index c044243a7285a2af553f724129ff1dd105598ab9..5173b2bb5e4a92374e3185a4c5cf4f6155aa3844 100644
--- a/Source/core/dom/shadow/ShadowRoot.idl
+++ b/Source/core/dom/shadow/ShadowRoot.idl
@@ -28,7 +28,6 @@
NoInterfaceObject
] interface ShadowRoot : DocumentFragment {
readonly attribute Element activeElement;
- attribute boolean applyAuthorStyles;
attribute boolean resetStyleInheritance;
[RuntimeEnabled=ShadowDOM, ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot olderShadowRoot;
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadowroot-keyframes-expected.txt ('k') | Source/web/tests/data/touch-action-tests.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698