Commit 875398a1 authored by Roger McFarlane's avatar Roger McFarlane Committed by Commit Bot

[autofill] Inject only the necessary JS requred for the test

Bug: 896719
Change-Id: I52ae96084f32210ef187a023fa6090f57928a654
Reviewed-on: https://chromium-review.googlesource.com/c/1330343Reviewed-by: default avatarOlivier Robin <olivierrobin@chromium.org>
Commit-Queue: Roger McFarlane <rogerm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606974}
parent fffbb799
......@@ -21,8 +21,7 @@ namespace {
class FillJsTest : public web::WebJsTest<web::WebTestWithWebState> {
public:
FillJsTest()
: web::WebJsTest<web::WebTestWithWebState>(
@[ @"chrome_bundle_all_frames" ]) {}
: web::WebJsTest<web::WebTestWithWebState>(@[ @"form_util_js" ]) {}
};
} // namespace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment