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

Unified Diff: chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js

Issue 571973006: kiosk: Add a zoom test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/chromeos/app_mode/kiosk_test_app/src/app_main.js
diff --git a/chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js b/chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js
index 6201556e0cded45f5201db1cc0ca3f09f98a1080..c9416005dc9510be69fea14d330b41945737f6a4 100644
--- a/chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js
+++ b/chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js
@@ -3,6 +3,6 @@
// found in the LICENSE file.
window.addEventListener('load', function onload() {
- window.close();
+ chrome.test.sendMessage('appWindowLoaded');
});
« no previous file with comments | « chrome/browser/chromeos/login/kiosk_browsertest.cc ('k') | chrome/test/data/chromeos/app_mode/kiosk_test_app/src/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698