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

Unified Diff: tests/selenium/tests/features-test.html

Issue 150075: Fixing test to get it to work in IE (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/selenium/tests/features-test.html
===================================================================
--- tests/selenium/tests/features-test.html (revision 19551)
+++ tests/selenium/tests/features-test.html (working copy)
@@ -108,7 +108,7 @@
function() { pack.createTexture2D(32, 32, o3d.Texture.R32F, 1, false); },
function() { pack.createTexture2D(32, 32, o3d.Texture.ABGR16F, 1, false); },
function() { pack.createTexture2D(32, 32, o3d.Texture.ABGR32F, 1, false); },
- function() { createBuffer(pack, 65535); },
+ function() { createBuffer(pack, 65535); }
];
for (var ii = 0; ii < functions.length; ++ii) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698