Index: tools/cc-frame-viewer/third_party/py-chrome-app/unittest_data/intentionally-failing-app/main.js |
diff --git a/chrome/browser/resources/options/instant_confirm_overlay.css b/tools/cc-frame-viewer/third_party/py-chrome-app/unittest_data/intentionally-failing-app/main.js |
similarity index 50% |
copy from chrome/browser/resources/options/instant_confirm_overlay.css |
copy to tools/cc-frame-viewer/third_party/py-chrome-app/unittest_data/intentionally-failing-app/main.js |
index 3f6d77f3f4cb50f7f2d468f8a5d15fa0335c8c69..2b882047e74fee527436fe9734d73f651ef157f9 100644 |
--- a/chrome/browser/resources/options/instant_confirm_overlay.css |
+++ b/tools/cc-frame-viewer/third_party/py-chrome-app/unittest_data/intentionally-failing-app/main.js |
@@ -2,15 +2,9 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
+'use strict'; |
-#instantConfirmOverlay { |
- width: 500px; |
-} |
- |
-#instant-action-spacer { |
- -webkit-box-flex: 1; |
-} |
- |
-#instant-confirm-text { |
- white-space: pre-line; |
-} |
+chrome.app.runtime.onLaunched.addListener(function() { |
+ chrome.app.window.create('index.html', |
+ {width: 500, height: 309}); |
+}); |