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(); |
+ }); |
} |
]); |
} |