summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
authorvangelis@google.com <vangelis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-03 00:26:27 +0000
committervangelis@google.com <vangelis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-03 00:26:27 +0000
commit08f91cc8431cc6dea19e3c3ff3a229c71a7fc71f (patch)
tree5196161a121e4593b11836339e2c2da02340728a /o3d
parente0d8cbdb23b9a8446ffb1b8355652f2b167238f1 (diff)
downloadchromium_src-08f91cc8431cc6dea19e3c3ff3a229c71a7fc71f.zip
chromium_src-08f91cc8431cc6dea19e3c3ff3a229c71a7fc71f.tar.gz
chromium_src-08f91cc8431cc6dea19e3c3ff3a229c71a7fc71f.tar.bz2
Fixing test to get it to work in IE
Review URL: http://codereview.chromium.org/150075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19867 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r--o3d/tests/selenium/tests/features-test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/tests/selenium/tests/features-test.html b/o3d/tests/selenium/tests/features-test.html
index 22cc131..3520d33 100644
--- a/o3d/tests/selenium/tests/features-test.html
+++ b/o3d/tests/selenium/tests/features-test.html
@@ -108,7 +108,7 @@ function checkFeatures(o3dElement, expectError) {
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) {