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

Unified Diff: chrome/test/ui/ppapi_uitest.cc

Issue 7826017: Add PPB_Fullscreen;0.5. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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/ui/ppapi_uitest.cc
===================================================================
--- chrome/test/ui/ppapi_uitest.cc (revision 102782)
+++ chrome/test/ui/ppapi_uitest.cc (working copy)
@@ -252,10 +252,23 @@
// http://crbug.com/96767
#if !defined(OS_MACOSX)
-TEST_F(PPAPITest, FLAKY_Fullscreen) {
+TEST_F(PPAPITest, FLAKY_FlashFullscreen) {
+ RunTestViaHTTP("FlashFullscreen");
+}
+TEST_F(OutOfProcessPPAPITest, FLAKY_FlashFullscreen) {
+ RunTestViaHTTP("FlashFullscreen");
+}
+// New implementation only honors fullscreen requests within a context of
+// a user gesture. Since we do not yet have an infrastructure for testing
+// those under ppapi_tests, the tests below time out when run automtically.
+// To test the code, run them manually following the directions here:
+// www.chromium.org/developers/design-documents/pepper-plugin-implementation
+// and click on the plugin area (gray square) to force fullscreen mode and
+// get the test unstuck.
+TEST_F(PPAPITest, FAILS_Fullscreen) {
RunTestViaHTTP("Fullscreen");
}
-TEST_F(OutOfProcessPPAPITest, FLAKY_Fullscreen) {
+TEST_F(OutOfProcessPPAPITest, FAILS_Fullscreen) {
RunTestViaHTTP("Fullscreen");
}
#endif
« no previous file with comments | « no previous file | content/renderer/pepper_plugin_delegate_impl.cc » ('j') | ppapi/api/dev/ppb_fullscreen_dev.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698