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

Unified Diff: LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image-expected.txt

Issue 1315233003: WebGL's SVGImage buffer should be cleared (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments Created 5 years, 3 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: LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image-expected.txt
diff --git a/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image-expected.txt b/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image-expected.txt
index aa8cde381f9af2984239bf07f8dc71b8348142e0..9acb45d89e4e482496cd3d92497d48ef29f1b420 100644
--- a/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image-expected.txt
+++ b/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image-expected.txt
@@ -9,20 +9,20 @@ Testing texImage2D with flipY=true
Checking lower left corner
PASS shouldBe 0,255,0
Checking upper left corner
-PASS shouldBe 255,0,0
+PASS shouldBe 0,0,0
Testing texImage2D with flipY=false
Checking lower left corner
-PASS shouldBe 255,0,0
+PASS shouldBe 0,0,0
Checking upper left corner
PASS shouldBe 0,255,0
Testing texSubImage2D with flipY=true
Checking lower left corner
PASS shouldBe 0,255,0
Checking upper left corner
-PASS shouldBe 255,0,0
+PASS shouldBe 0,0,0
Testing texSubImage2D with flipY=false
Checking lower left corner
-PASS shouldBe 255,0,0
+PASS shouldBe 0,0,0
Checking upper left corner
PASS shouldBe 0,255,0
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/canvas/webgl/resources/transparent-green.svg ('k') | Source/modules/webgl/WebGLRenderingContextBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698