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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_graphics3d/ppapi_ppb_graphics3d.html

Issue 7782020: Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev. (Closed) Base URL: svn://svn.chromium.org/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: 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 99860)
+++ ppapi/native_client/tests/ppapi_browser/ppb_graphics3d/ppapi_ppb_graphics3d.html (working copy)
@@ -38,14 +38,6 @@
tester.addAsyncTest('PPB_Graphics3D::SwapBuffers', function(test) {
testAndAssertStatus(test, 'TestSwapBuffers', 'TestSwapCallback:PASSED');
});
- tester.addAsyncTest('PPB_Graphics3D::ResizeBuffers', function(test) {
- testAndAssertStatus(test, 'TestResizeBuffersWithoutDepthBuffer',
- 'TestResizeAndSwapCallback:PASSED');
- });
- tester.addAsyncTest('PPB_Graphics3D::ResizeBuffers w/ Depth', function(test) {
- testAndAssertStatus(test, 'TestResizeBuffersWithDepthBuffer',
- 'TestResizeAndSwapCallback:PASSED');
- });
tester.addAsyncTest('glTerminatePPAPI', function(test) {
testAndAssertStatus(test, 'Test_glTerminatePPAPI');
});
@@ -54,7 +46,7 @@
</script>
<title>PPAPI PPB_Graphics3D Test</title>
</head>
- <body style="height:100%">
+ <body>
<h1>PPAPI PPB_Graphics3D Test</h1>
NOTE: requires --enable-pepper-testing --enable-accelerated-plugins
<br>
@@ -66,7 +58,7 @@
name="nacl_module"
src="ppapi_ppb_graphics3d.nmf"
style="background-color:#FFFFFF"
- width="80%" height="40%" />
+ width="320" height="200" />
<br>
<script type="text/javascript">
//<![CDATA[
Property changes on: ppapi/native_client/tests/ppapi_browser/ppb_graphics3d/ppapi_ppb_graphics3d.html
___________________________________________________________________
Added: svn:mergeinfo

Powered by Google App Engine
This is Rietveld 408576698