diff options
author | zmo <zmo@chromium.org> | 2016-01-20 12:16:26 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-20 20:17:36 +0000 |
commit | 72fb99ecd1a0bc0cd97bfdcfe9880e64e64f6d79 (patch) | |
tree | 8a64fa5d5f1124838a6d058bd7b5750a8393fdf0 /third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-expected.txt | |
parent | 9c4f74ba8afa30e31293bd291c0941397fcfe9a3 (diff) | |
download | chromium_src-72fb99ecd1a0bc0cd97bfdcfe9880e64e64f6d79.zip chromium_src-72fb99ecd1a0bc0cd97bfdcfe9880e64e64f6d79.tar.gz chromium_src-72fb99ecd1a0bc0cd97bfdcfe9880e64e64f6d79.tar.bz2 |
Remove duplicated WebGL layout tests.
They are already covered in WebGL conformance tests.
Note that I only remove those who have exact corresponding tests in
conformance suite.
BUG=
TEST=layout tests
R=bajones@chromium.org,kbr@chromium.org
Review URL: https://codereview.chromium.org/1601093008
Cr-Commit-Position: refs/heads/master@{#370472}
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-expected.txt | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-expected.txt deleted file mode 100644 index a60c4db..0000000 --- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-expected.txt +++ /dev/null @@ -1,40 +0,0 @@ -Verify texImage2D and texSubImage2D code paths taking canvas elements (RGBA/UNSIGNED_BYTE) - -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - -PASS successfullyParsed is true - -TEST COMPLETE -Testing texImage2D with flipY=true -Checking lower left corner -PASS shouldBe 0,255,0 -Checking upper left corner -PASS shouldBe 255,0,0 -Checking if pixel values in source canvas change after canvas used as webgl texture -PASS Pixel values in source canvas remain unchanged after canvas used in webgl texture. -Testing texImage2D with flipY=false -Checking lower left corner -PASS shouldBe 255,0,0 -Checking upper left corner -PASS shouldBe 0,255,0 -Checking if pixel values in source canvas change after canvas used as webgl texture -PASS Pixel values in source canvas remain unchanged after canvas used in webgl texture. -Testing texSubImage2D with flipY=true -Checking lower left corner -PASS shouldBe 0,255,0 -Checking upper left corner -PASS shouldBe 255,0,0 -Checking if pixel values in source canvas change after canvas used as webgl texture -PASS Pixel values in source canvas remain unchanged after canvas used in webgl texture. -Testing texSubImage2D with flipY=false -Checking lower left corner -PASS shouldBe 255,0,0 -Checking upper left corner -PASS shouldBe 0,255,0 -Checking if pixel values in source canvas change after canvas used as webgl texture -PASS Pixel values in source canvas remain unchanged after canvas used in webgl texture. -PASS getError was expected value: NO_ERROR : should be no errors -PASS successfullyParsed is true - -TEST COMPLETE - |