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

Unified Diff: LayoutTests/inspector/elements/styles/shadow-dom-rules.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/styles/shadow-dom-rules.html
diff --git a/LayoutTests/inspector/elements/styles/shadow-dom-rules.html b/LayoutTests/inspector/elements/styles/shadow-dom-rules.html
index 2344bd4639e15cb66816ccc8783c3b65e4d0fa3b..308e4deb1fd0735998d2d40a5b3aa09103cea4d7 100644
--- a/LayoutTests/inspector/elements/styles/shadow-dom-rules.html
+++ b/LayoutTests/inspector/elements/styles/shadow-dom-rules.html
@@ -16,7 +16,6 @@ function test()
InspectorTest.runTestSuite([
function testInit(next)
{
- WebInspector.settings.showShadowDOM.set(true);
InspectorTest.evaluateInPage("createShadowRoot()", callback);
function callback()
{
« no previous file with comments | « LayoutTests/inspector/elements/shadow-dom-modify-chardata.html ('k') | LayoutTests/inspector/elements/update-shadowdom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698