| Index: chrome/test/data/extensions/platform_apps/web_view/text_input_state/background.js
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/focus_accessibility/test.js b/chrome/test/data/extensions/platform_apps/web_view/text_input_state/background.js
|
| similarity index 78%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/focus_accessibility/test.js
|
| copy to chrome/test/data/extensions/platform_apps/web_view/text_input_state/background.js
|
| index f749922a7f6e275be8400ebb421ea4190072ccca..598fc2e1a31647fea2001b15a005f8c90b3db51b 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/focus_accessibility/test.js
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view/text_input_state/background.js
|
| @@ -3,5 +3,5 @@
|
| // found in the LICENSE file.
|
|
|
| chrome.app.runtime.onLaunched.addListener(function() {
|
| - chrome.app.window.create('main.html', {}, function () {});
|
| + chrome.app.window.create('window.html', {}, function () {});
|
| });
|
|
|