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

Unified Diff: third_party/webgl/sdk/tests/conformance/context-lost.html

Issue 7452004: Updated WebGL snapshot to 15100. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps
Patch Set: Created 9 years, 5 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: third_party/webgl/sdk/tests/conformance/context-lost.html
diff --git a/third_party/webgl/sdk/tests/conformance/context-lost.html b/third_party/webgl/sdk/tests/conformance/context-lost.html
index 4d2b0631521c40b487ed0fb841a279538c290e9a..6cc398c72712426d02b044bdfa3f9a0dc983b8ba 100644
--- a/third_party/webgl/sdk/tests/conformance/context-lost.html
+++ b/third_party/webgl/sdk/tests/conformance/context-lost.html
@@ -137,8 +137,8 @@ function testLostContext()
"gl.blendColor(1.0, 1.0, 1.0, 1.0)",
"gl.blendEquation(gl.FUNC_ADD)",
"gl.blendEquationSeparate(gl.FUNC_ADD, gl.FUNC_ADD)",
- "gl.blendFunc(gl.ONE)",
- "gl.blendFuncSeparate(gl.ONE, gl.ONE)",
+ "gl.blendFunc(gl.ONE, gl.ONE)",
+ "gl.blendFuncSeparate(gl.ONE, gl.ONE, gl.ONE, gl.ONE)",
"gl.bufferData(gl.ARRAY_BUFFER, 0, gl.STATIC_DRAW)",
"gl.bufferData(gl.ARRAY_BUFFER, arrayBufferView, gl.STATIC_DRAW)",
"gl.bufferData(gl.ARRAY_BUFFER, arrayBuffer, gl.STATIC_DRAW)",

Powered by Google App Engine
This is Rietveld 408576698