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 @@ - - + +