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

Unified Diff: LayoutTests/inspector/elements/breadcrumb-shadow-roots.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/breadcrumb-shadow-roots.html
diff --git a/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html b/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
index c98fde133a17f3d46f997bd43fadc1df16ad82f7..f586203a88d72cfc98a653c9cb4dc7461e49341b 100644
--- a/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
+++ b/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
@@ -16,7 +16,7 @@ function loaded()
function test()
{
WebInspector.inspectorView.showPanel("elements");
- WebInspector.settings.showShadowDOM.set(true);
+ WebInspector.settings.showUAShadowDOM.set(true);
InspectorTest.expandElementsTree(step0);
function step0()
« no previous file with comments | « LayoutTests/inspector/console/shadow-element.html ('k') | LayoutTests/inspector/elements/inspect-mode-shadow-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698