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

Unified Diff: LayoutTests/inspector/extensions/extensions-sidebar.html

Issue 984523003: bindings: Moves most of DOM attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated test results. Created 5 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/extensions/extensions-sidebar.html
diff --git a/LayoutTests/inspector/extensions/extensions-sidebar.html b/LayoutTests/inspector/extensions/extensions-sidebar.html
index fdbd65ba153fae96a0fa136694fc932a91755fd6..f61937b8197f0dfc16de86c5adbf66958955b984 100644
--- a/LayoutTests/inspector/extensions/extensions-sidebar.html
+++ b/LayoutTests/inspector/extensions/extensions-sidebar.html
@@ -156,7 +156,6 @@ function extension_testElementsSidebarSetExpression(nextTest)
sidebar.setExpression("(" + expression.toString() + ")();", "title", extension_dumpSidebarContent.bind(this, panelName, nextTest));
});
}
- // The response to this eval gives Inspector protocol error: Object has too long reference chain(must not be longer than 1000)
webInspector.inspectedWindow.eval("inspect(document.body)", function() {
webInspector.panels.elements.createSidebarPane("Watch Test: Expression", onSidebarCreated);
});

Powered by Google App Engine
This is Rietveld 408576698