summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--content/test/gpu/gpu_tests/webgl2_conformance_expectations.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index ee22e39..ac25907 100644
--- a/DEPS
+++ b/DEPS
@@ -180,7 +180,7 @@ deps = {
Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c28c57eca56992235c79850fa9e0',
'src/third_party/webgl/src':
- Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '328c6be03774641fc6b6b96c815ce2d803bebab8',
+ Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '418e0bb954cda97b39edb9aa947958e6d60beb93',
'src/third_party/webdriver/pylib':
Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d27ca4835fb6c5ce4b42275bd',
diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
index 421419f..593a680 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -69,6 +69,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/misc/expando-loss-2.html', bug=483282)
+ self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282)
+
# Windows / Mac.
self.Fail('conformance2/textures/image_bitmap_from_image/' +
'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' +