| Index: ppapi/native_client/tests/ppapi_browser/ppb_graphics3d/ppapi_ppb_graphics3d.html
|
| ===================================================================
|
| --- ppapi/native_client/tests/ppapi_browser/ppb_graphics3d/ppapi_ppb_graphics3d.html (revision 134794)
|
| +++ ppapi/native_client/tests/ppapi_browser/ppb_graphics3d/ppapi_ppb_graphics3d.html (working copy)
|
| @@ -38,6 +38,9 @@
|
| tester.addAsyncTest('Basic Setup', function(test) {
|
| testAndAssertStatus(test, 'TestBasicSetup');
|
| });
|
| + tester.addAsyncTest('Basic Extensions', function(test) {
|
| + testAndAssertStatus(test, 'TestBasicExtensions');
|
| + });
|
| tester.addAsyncTest('PPB_Graphics3D::SwapBuffers', function(test) {
|
| testAndAssertStatus(test, 'TestSwapBuffers', 'TestSwapCallback:PASSED');
|
| });
|
|
|