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

Unified Diff: LayoutTests/inspector/documentation/documentation-url-provider.html

Issue 455343002: DevTools: Add new DocumentationURLProvider sources and some tests for documentation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase master Created 6 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: LayoutTests/inspector/documentation/documentation-url-provider.html
diff --git a/LayoutTests/inspector/documentation/documentation-url-provider.html b/LayoutTests/inspector/documentation/documentation-url-provider.html
index b58925aaaddcc7f473f1ecaa826436bb4319a81b..95b232fd0d7a8d55b153e517259d9ce29049f311 100644
--- a/LayoutTests/inspector/documentation/documentation-url-provider.html
+++ b/LayoutTests/inspector/documentation/documentation-url-provider.html
@@ -17,6 +17,8 @@ function test()
"fromCharCode",
"keys",
"notExist",
+ "indexOf",
+ "setDate"
];
var urlFormer = new WebInspector.DocumentationURLProvider();
for (var i = 0; i < testCases.length; ++i) {

Powered by Google App Engine
This is Rietveld 408576698