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

Unified Diff: chrome/test/data/extensions/api_test/window_update/show_state/test.js

Issue 8762006: Re-enable ExtensionApiTest.UpdateWindowShowState on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced Created 9 years 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/extensions/extension_tabs_apitest.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/api_test/window_update/show_state/test.js
diff --git a/chrome/test/data/extensions/api_test/window_update/show_state/test.js b/chrome/test/data/extensions/api_test/window_update/show_state/test.js
index f6d40d6548ba7c4f02109229c516dc4997f1abf6..c3d636664c9f715618897c3b0b30af2f08570bdc 100644
--- a/chrome/test/data/extensions/api_test/window_update/show_state/test.js
+++ b/chrome/test/data/extensions/api_test/window_update/show_state/test.js
@@ -63,7 +63,7 @@ function minimizeWindow(theWindow) {
function testWindowState(windowType) {
// Specifying size prevents 'panel' windows from computing size asynchronously. It ensures
// panel sizes stay fixed through the test.
- chrome.windows.create({'url': 'hello.html', 'type': windowType, 'width':100, 'height':100 },
+ chrome.windows.create({'url': 'hello.html', 'type': windowType, 'width':200, 'height':300 },
pass(minimizeWindow));
}
« no previous file with comments | « chrome/browser/extensions/extension_tabs_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698