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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/array-bounds-clamping-expected.txt

Issue 2447493002: Removed some duplicate layout tests under fast/canvas/webgl (Closed)
Patch Set: Created 4 years, 2 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: 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
-

Powered by Google App Engine
This is Rietveld 408576698