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

Unified Diff: LayoutTests/inspector/elements/update-shadowdom.html

Issue 197283031: DevTools: fix author shadow dom inspection mode, speacial-case ua. Fix crash from the bug. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing 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
Index: LayoutTests/inspector/elements/update-shadowdom.html
diff --git a/LayoutTests/inspector/elements/update-shadowdom.html b/LayoutTests/inspector/elements/update-shadowdom.html
index 3ae3c90525d16c371130a81e6ab096087fee98d7..ceec74f04576ebdcce7cd3f64b2c7d756910f5a6 100644
--- a/LayoutTests/inspector/elements/update-shadowdom.html
+++ b/LayoutTests/inspector/elements/update-shadowdom.html
@@ -8,11 +8,6 @@ function updateShadowDOM()
shadowRoot.removeChild(shadowRoot.firstChild);
}
-function initialize_shadowSettings()
-{
- WebInspector.settings.showShadowDOM.set(true);
-}
-
function test()
{
InspectorTest.expandElementsTree(function() {
@@ -20,7 +15,6 @@ function test()
InspectorTest.expandElementsTree(function() {
var containerElem = InspectorTest.expandedNodeWithId('container');
InspectorTest.dumpElementsTree(containerElem);
- WebInspector.settings.showShadowDOM.set(false);
InspectorTest.completeTest();
});
});
« no previous file with comments | « LayoutTests/inspector/elements/styles/shadow-dom-rules.html ('k') | Source/core/inspector/InspectorDOMAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698