# HG changeset patch # Parent 95e5d92098ad52788348e609e261305d4b05b551 diff --git a/content/canvas/test/webgl/conformance/more/functions/readPixelsBadArgs.html b/content/canvas/test/webgl/conformance/more/functions/readPixelsBadArgs.html --- a/content/canvas/test/webgl/conformance/more/functions/readPixelsBadArgs.html +++ b/content/canvas/test/webgl/conformance/more/functions/readPixelsBadArgs.html @@ -110,10 +110,10 @@ Tests.testReadPixelsSOPCanvas = function Tests.endUnit = function(gl) { } - + diff --git a/content/canvas/test/webgl/conformance/more/functions/texImage2DHTML.html b/content/canvas/test/webgl/conformance/more/functions/texImage2DHTML.html --- a/content/canvas/test/webgl/conformance/more/functions/texImage2DHTML.html +++ b/content/canvas/test/webgl/conformance/more/functions/texImage2DHTML.html @@ -142,11 +142,11 @@ void main() vec4 c = texture2D(Texture, texCoord0.st); gl_FragColor = c; } - + diff --git a/content/canvas/test/webgl/conformance/more/functions/texSubImage2DHTML.html b/content/canvas/test/webgl/conformance/more/functions/texSubImage2DHTML.html --- a/content/canvas/test/webgl/conformance/more/functions/texSubImage2DHTML.html +++ b/content/canvas/test/webgl/conformance/more/functions/texSubImage2DHTML.html @@ -154,11 +154,11 @@ void main() vec4 c = texture2D(Texture, texCoord0.st); gl_FragColor = c; } - + diff --git a/content/canvas/test/webgl/conformance/textures/origin-clean-conformance.html b/content/canvas/test/webgl/conformance/textures/origin-clean-conformance.html --- a/content/canvas/test/webgl/conformance/textures/origin-clean-conformance.html +++ b/content/canvas/test/webgl/conformance/textures/origin-clean-conformance.html @@ -118,11 +118,11 @@ window.onload = function() { }
- +