diff --git a/conformance-suites/1.0.0/conformance/context-attributes-alpha-depth-stencil-antialias.html b/conformance-suites/1.0.0/conformance/context-attributes-alpha-depth-stencil-antialias.html index b856363e7c..58493b944b 100644 --- a/conformance-suites/1.0.0/conformance/context-attributes-alpha-depth-stencil-antialias.html +++ b/conformance-suites/1.0.0/conformance/context-attributes-alpha-depth-stencil-antialias.html @@ -200,7 +200,6 @@ shouldBeTrue("webGL.canvas.width == webGL.canvas.height"); // Both the width and height of canvas are N. - // Note that "N = 2" doesn't work for some post processing AA per the discussion at https://github.com/KhronosGroup/WebGL/pull/1977. var N = webGL.canvas.width; var buf = new Uint8Array(N * N * 4); webGL.readPixels(0, 0, N, N, webGL.RGBA, webGL.UNSIGNED_BYTE, buf); @@ -235,8 +234,8 @@ - - + +
diff --git a/conformance-suites/1.0.1/conformance/context/context-attributes-alpha-depth-stencil-antialias.html b/conformance-suites/1.0.1/conformance/context/context-attributes-alpha-depth-stencil-antialias.html index 109be5742b..4467b1b7dd 100644 --- a/conformance-suites/1.0.1/conformance/context/context-attributes-alpha-depth-stencil-antialias.html +++ b/conformance-suites/1.0.1/conformance/context/context-attributes-alpha-depth-stencil-antialias.html @@ -204,8 +204,7 @@ { debug("Testing antialias = " + antialias); // Both the width and height of canvas are N. - // Note that "N = 2" doesn't work for some post processing AA per the discussion at https://github.com/KhronosGroup/WebGL/pull/1977. - var N = 3; + var N = 2; if (antialias) shouldBeNonNull("webGL = getWebGL(" + N + ", " + N + ", { depth: false, stencil: false, alpha: false, antialias: true }, [ 0, 0, 0, 1 ], 1, 0)"); else diff --git a/conformance-suites/1.0.2/conformance/context/context-attributes-alpha-depth-stencil-antialias.html b/conformance-suites/1.0.2/conformance/context/context-attributes-alpha-depth-stencil-antialias.html index 191f63b95b..de382f9c91 100644 --- a/conformance-suites/1.0.2/conformance/context/context-attributes-alpha-depth-stencil-antialias.html +++ b/conformance-suites/1.0.2/conformance/context/context-attributes-alpha-depth-stencil-antialias.html @@ -297,8 +297,7 @@ { debug("Testing antialias = " + antialias); // Both the width and height of canvas are N. - // Note that "N = 2" doesn't work for some post processing AA per the discussion at https://github.com/KhronosGroup/WebGL/pull/1977. - var N = 3; + var N = 2; if (antialias) shouldBeNonNull("gl = getWebGL(" + N + ", " + N + ", { depth: false, stencil: false, alpha: false, antialias: true }, [ 0, 0, 0, 1 ], 1, 0)"); else diff --git a/conformance-suites/1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html b/conformance-suites/1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html index dc3dc0bff1..3556a40e0f 100644 --- a/conformance-suites/1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html +++ b/conformance-suites/1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html @@ -302,8 +302,7 @@ { debug("Testing antialias = " + antialias); // Both the width and height of canvas are N. - // Note that "N = 2" doesn't work for some post processing AA per the discussion at https://github.com/KhronosGroup/WebGL/pull/1977. - var N = 3; + var N = 2; if (antialias) shouldBeNonNull("gl = getWebGL(" + N + ", " + N + ", { depth: false, stencil: false, alpha: false, antialias: true }, [ 0, 0, 0, 1 ], 1, 0)"); else diff --git a/conformance-suites/2.0.0/conformance/context/context-attributes-alpha-depth-stencil-antialias.html b/conformance-suites/2.0.0/conformance/context/context-attributes-alpha-depth-stencil-antialias.html index 6e69349a72..0e3288c7c0 100644 --- a/conformance-suites/2.0.0/conformance/context/context-attributes-alpha-depth-stencil-antialias.html +++ b/conformance-suites/2.0.0/conformance/context/context-attributes-alpha-depth-stencil-antialias.html @@ -302,8 +302,7 @@ { debug("Testing antialias = " + antialias); // Both the width and height of canvas are N. - // Note that "N = 2" doesn't work for some post processing AA per the discussion at https://github.com/KhronosGroup/WebGL/pull/1977. - var N = 3; + var N = 2; if (antialias) shouldBeNonNull("gl = getWebGL(" + N + ", " + N + ", { depth: false, stencil: false, alpha: false, antialias: true }, [ 0, 0, 0, 1 ], 1, 0)"); else diff --git a/sdk/tests/conformance/context/context-attributes-alpha-depth-stencil-antialias.html b/sdk/tests/conformance/context/context-attributes-alpha-depth-stencil-antialias.html index 46301892f6..ac796988ce 100644 --- a/sdk/tests/conformance/context/context-attributes-alpha-depth-stencil-antialias.html +++ b/sdk/tests/conformance/context/context-attributes-alpha-depth-stencil-antialias.html @@ -281,8 +281,7 @@ { debug("Testing antialias = " + antialias); // Both the width and height of canvas are N. - // Note that "N = 2" doesn't work for some post processing AA per the discussion at https://github.com/KhronosGroup/WebGL/pull/1977. - var N = 3; + var N = 2; if (antialias) shouldBeNonNull("gl = getWebGL(" + N + ", " + N + ", { depth: false, stencil: false, alpha: false, antialias: true }, [ 0, 0, 0, 1 ], 1, 0)"); else