Update WebGL tests

This brings in https://github.com/KhronosGroup/WebGL/pull/2708.
This commit is contained in:
Anthony Ramine 2018-09-12 11:22:00 +02:00
parent 7ccb2d80d8
commit a02a6de88e
5 changed files with 4 additions and 8 deletions

View file

@ -36364,7 +36364,7 @@
"testharness"
],
"conformance/rendering/framebuffer-switch.html": [
"943f571b3b15f9794e2a9e3f89fcdadf1d49b6dd",
"fc8c3dc5dac8a2ece2b286325bf8f1b227f3aee6",
"testharness"
],
"conformance/rendering/framebuffer-texture-clear.html": [
@ -36372,7 +36372,7 @@
"testharness"
],
"conformance/rendering/framebuffer-texture-switch.html": [
"5b677f79ad9378638624dab7c001f8381eed5e87",
"04d03a0bc2e2f834762f0bb47e484a38323213f8",
"testharness"
],
"conformance/rendering/gl-clear.html": [

View file

@ -1,3 +0,0 @@
[framebuffer-switch.html]
bug: https://github.com/servo/servo/issues/8984
expected: ERROR

View file

@ -1,3 +0,0 @@
[framebuffer-texture-switch.html]
bug: https://github.com/servo/servo/issues/8984
expected: ERROR

View file

@ -44,6 +44,7 @@
"use strict";
description("Test framebuffer switching. The test switches between two framebuffers, copying rendering results from one to the other.");
var wtu = WebGLTestUtils;
var canvas = document.getElementById("canvas");
var gl = wtu.create3DContext("canvas");
var program = wtu.setupTexturedQuad(gl);

View file

@ -44,6 +44,7 @@
"use strict";
description("Test framebuffer texture attachment switching. The test uses one framebuffer object and switches its color attachment.");
var wtu = WebGLTestUtils;
var canvas = document.getElementById("canvas");
var gl = wtu.create3DContext("canvas");
var program = wtu.setupTexturedQuad(gl);