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/elements/event-listeners-about-blank.html

Issue 1172643002: DevTools: migrate sidebar pane's titleElement to use Toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: only using latin1 in css Created 5 years, 6 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/event-listeners-about-blank.html
diff --git a/LayoutTests/inspector/elements/event-listeners-about-blank.html b/LayoutTests/inspector/elements/event-listeners-about-blank.html
index 974e2bebbd76b6a1619531e76af5b3d23644d5bd..73d6343834e500ca3f273718c9680b20935d855c 100644
--- a/LayoutTests/inspector/elements/event-listeners-about-blank.html
+++ b/LayoutTests/inspector/elements/event-listeners-about-blank.html
@@ -18,7 +18,7 @@ function setupEventListeners()
function test()
{
- WebInspector.settingForTest("eventListenersFilter").set("all");
+ WebInspector.settingForTest("showEventListenersForAncestors").set(true);
InspectorTest.evaluateInPage("setupEventListeners()", step1);
function step1()

Powered by Google App Engine
This is Rietveld 408576698