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

Unified Diff: LayoutTests/inspector/elements/shadow-dom-modify-chardata.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/shadow-dom-modify-chardata.html
diff --git a/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html b/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html
index e435572afc27a24cf6d2e4e1f84fa307f21b4866..fca45901c7c7f976269ae973bb5956fea4f65e1e 100644
--- a/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html
+++ b/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html
@@ -16,7 +16,7 @@ function typeText()
function test()
{
var containerNode;
- WebInspector.settings.showShadowDOM.set(true);
+ WebInspector.settings.showUAShadowDOM.set(true);
InspectorTest.runTestSuite([
function testDumpInitial(next)
{

Powered by Google App Engine
This is Rietveld 408576698