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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/text_input_state/background.js

Issue 1652483002: Browser Side Text Input State Tracking for OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved the Test to web_view_interactive_browsertest.cc Created 4 years, 8 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: 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 () {});
});

Powered by Google App Engine
This is Rietveld 408576698