Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / test / test_support_ios.mm
index 80a4caf..67fae06 100644 (file)
@@ -70,6 +70,7 @@ static char** g_argv;
 
   // Yes, this is leaked, it's just to make what's running visible.
   window_.reset([[UIWindow alloc] initWithFrame:bounds]);
+  [window_ setBackgroundColor:[UIColor whiteColor]];
   [window_ makeKeyAndVisible];
 
   // Add a label with the app name.