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

Unified Diff: LayoutTests/inspector/console/shadow-element.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/console/shadow-element.html
diff --git a/LayoutTests/inspector/console/shadow-element.html b/LayoutTests/inspector/console/shadow-element.html
index 6e44fcba28d36517c8048d2c9094e053b5d907cb..75a4969d378121c8d3a1703c81de2f565f19c428 100644
--- a/LayoutTests/inspector/console/shadow-element.html
+++ b/LayoutTests/inspector/console/shadow-element.html
@@ -6,7 +6,7 @@
function test()
{
- WebInspector.settings.showShadowDOM.set(true);
+ WebInspector.settings.showUAShadowDOM.set(true);
InspectorTest.selectNodeWithId("shadow", step1);
function step1()

Powered by Google App Engine
This is Rietveld 408576698