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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-search.html

Issue 2270033003: DevTools: include traces when exporting console log via 'Save as' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use contentElement instead of formattedMessage Created 4 years, 4 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: third_party/WebKit/LayoutTests/inspector/console/console-search.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-search.html b/third_party/WebKit/LayoutTests/inspector/console/console-search.html
index afbd673068141e98bd0319c8d71800156f9f4b5e..01077247237a070b0867f247f433ca596fc98d66 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-search.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-search.html
@@ -228,6 +228,14 @@ function test()
dumpMatches();
next();
});
+ },
+
+ function testCanMatchAnchors(next) {
+ var anchorSourcePrefix = "console-search.html";
+ setQuery(anchorSourcePrefix, false, false, function() {
+ dumpMatches();
+ next();
+ });
}
]);
}

Powered by Google App Engine
This is Rietveld 408576698