Index: third_party/WebKit/LayoutTests/fast/canvas/webgl/array-bounds-clamping-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-bounds-clamping-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-bounds-clamping-expected.txt |
deleted file mode 100644 |
index f9c8d8f273540bf1273ed33bf17d8300e7367886..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-bounds-clamping-expected.txt |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
- Checks that array access in a shader can not read out of bounds |
- |
-PASS Top left corner should clamp to index 0 |
-PASS Inside top right corner should clamp to index 0 |
-PASS Inside bottom left corner should clamp to index 0 |
-PASS Bottom right corner should clamp to index 7 |
-PASS Outside bottom left corner should clamp to index 7 |
-PASS Outside top right corner should clamp to index 7 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |