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

Unified Diff: third_party/WebKit/LayoutTests/inspector/filtered-item-selection-dialog-rendering.html

Issue 1523193002: DevTools: merge UISourceCode's parentPath, name, originURL and uri. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 5 years 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: third_party/WebKit/LayoutTests/inspector/filtered-item-selection-dialog-rendering.html
diff --git a/third_party/WebKit/LayoutTests/inspector/filtered-item-selection-dialog-rendering.html b/third_party/WebKit/LayoutTests/inspector/filtered-item-selection-dialog-rendering.html
index 47d362fd5db23400485c3fb11faf714975b73613..b93c133ebfb8eaf037e2b36dd5362a6baae48d82 100644
--- a/third_party/WebKit/LayoutTests/inspector/filtered-item-selection-dialog-rendering.html
+++ b/third_party/WebKit/LayoutTests/inspector/filtered-item-selection-dialog-rendering.html
@@ -47,7 +47,7 @@ function test()
var outputs = [];
for (var i = 0; i < delegate.itemCount(); ++i) {
delegate.renderItem(i, query, titleElement, subtitleElement);
- if (!subtitleElement.textContent.startsWith("test/"))
+ if (!subtitleElement.textContent.startsWith("test"))
continue;
var text = elementHighlightedText(titleElement);
text += "\n" + elementHighlightedText(subtitleElement);

Powered by Google App Engine
This is Rietveld 408576698