| Index: ppapi/native_client/tests/ppapi_browser/ppb_fullscreen/ppapi_ppb_fullscreen.html
|
| ===================================================================
|
| --- ppapi/native_client/tests/ppapi_browser/ppb_fullscreen/ppapi_ppb_fullscreen.html (revision 105485)
|
| +++ ppapi/native_client/tests/ppapi_browser/ppb_fullscreen/ppapi_ppb_fullscreen.html (working copy)
|
| @@ -35,7 +35,6 @@
|
| });
|
| }
|
|
|
| - addTest("TestGetInterface");
|
| if (screen.width == 2560 && screen.height == 1600) // 30-inch.
|
| addTest("TestGetScreenSize2560x1600");
|
| else if (screen.width == 1920 && screen.height == 1200) // 24-inch.
|
|
|