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

Unified Diff: LayoutTests/inspector/sources/debugger/promise-pane.html

Issue 1173363012: DevTools: Network panel filter bar overlaps after select resource row. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test fixed 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
« no previous file with comments | « no previous file | Source/devtools/front_end/console/ConsoleView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/sources/debugger/promise-pane.html
diff --git a/LayoutTests/inspector/sources/debugger/promise-pane.html b/LayoutTests/inspector/sources/debugger/promise-pane.html
index 0b8756c7dd70a8660cc3c2be2bdb10a4ab9b31ad..12f8c4f1ef68e78178e9cbdfa09fe1bc9c19ff2c 100644
--- a/LayoutTests/inspector/sources/debugger/promise-pane.html
+++ b/LayoutTests/inspector/sources/debugger/promise-pane.html
@@ -103,7 +103,7 @@ function test()
return;
}
InspectorTest.addResult("\nSetting search value: " + text);
- promisePane._filter._textFilterUI.setValue(text);
+ promisePane._textFilterUI.setValue(text);
promisePane._refresh();
dumpPromiseDataGrid(step4);
}
« no previous file with comments | « no previous file | Source/devtools/front_end/console/ConsoleView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698