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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-expected.txt

Issue 2674933002: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Corrections Created 3 years, 10 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/canvas-getImageData-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-expected.txt
deleted file mode 100644
index d399a72a6580055ea0f59e7722a31017c4878f81..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-This test ensures that getImageData works correctly.
-PASS: pixel at (0,0) was [0,0,0,255]
-PASS: pixel at (4,0) was [0,11,0,255]
-PASS: pixel at (8,0) was [0,21,0,255]
-PASS: pixel at (12,0) was [0,32,0,255]
-PASS: pixel at (16,0) was [0,43,0,255]
-PASS: pixel at (20,0) was [0,53,0,255]
-PASS: pixel at (24,0) was [0,64,0,255]
-PASS: pixel at (28,0) was [0,74,0,255]
-PASS: pixel at (32,0) was [0,85,0,255]
-PASS: pixel at (36,0) was [0,96,0,255]
-PASS: pixel at (40,0) was [0,106,0,255]
-PASS: pixel at (44,0) was [0,117,0,255]
-PASS: pixel at (48,0) was [0,128,0,255]
-PASS: pixel at (52,0) was [0,138,0,255]
-PASS: pixel at (56,0) was [0,149,0,255]
-PASS: pixel at (60,0) was [0,159,0,255]
-PASS: pixel at (64,0) was [0,170,0,255]
-PASS: pixel at (68,0) was [0,181,0,255]
-PASS: pixel at (72,0) was [0,191,0,255]
-PASS: pixel at (76,0) was [0,202,0,255]
-PASS: pixel at (80,0) was [0,213,0,255]
-PASS: pixel at (84,0) was [0,223,0,255]
-PASS: pixel at (88,0) was [0,234,0,255]
-PASS: pixel at (92,0) was [0,244,0,255]
-PASS: pixel at (96,0) was [0,255,0,255]
-PASS: pixel at (5,5) was [64,128,191,255]
-PASS: Correctly retrieved every pixel in a row
-PASS: Correct data for content outside canvas bounds
-

Powered by Google App Engine
This is Rietveld 408576698