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

Unified Diff: chrome/test/data/extensions/platform_apps/window_api/test.js

Issue 2366843002: Fix two Chrome Apps browser tests with PlzNavigate. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « chrome/browser/policy/policy_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/window_api/test.js
diff --git a/chrome/test/data/extensions/platform_apps/window_api/test.js b/chrome/test/data/extensions/platform_apps/window_api/test.js
index 4b3a009cc0450ebd724765aa0edc32580e7e363f..8b73af8477319b18bd42408e65e518da41bfcbf6 100644
--- a/chrome/test/data/extensions/platform_apps/window_api/test.js
+++ b/chrome/test/data/extensions/platform_apps/window_api/test.js
@@ -218,14 +218,6 @@ function testCreate() {
}))
},
- function badWindow() {
- chrome.app.window.create('404.html', callbackPass(function(win) {
- chrome.test.assertTrue(typeof win === 'undefined');
- // TODO(mlamouri): because |win| is not defined, we can not close that
- // window...
- }));
- },
-
function loadEvent() {
chrome.app.window.create('test.html', callbackPass(function(win) {
win.contentWindow.onload = callbackPass(function() {
« no previous file with comments | « chrome/browser/policy/policy_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698