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

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

Issue 2681423002: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Adding exceptions to TestExpectations 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-large-fills-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-large-fills-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-large-fills-expected.txt
deleted file mode 100644
index 070bba28f9611f0a66789f8b87031c6b0f5a9667..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-large-fills-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-Tests that using the different composite modes to fill large rects doesn't crash and works as expected.
-PASS Fill Size 10000, source-over: #0000FF
-PASS Fill Size 10000, source-in: #0000FF
-PASS Fill Size 10000, source-out: #000000
-PASS Fill Size 10000, source-atop: #0000FF
-PASS Fill Size 10000, destination-over: #00FF00
-PASS Fill Size 10000, destination-in: #00FF00
-PASS Fill Size 10000, destination-out: #000000
-PASS Fill Size 10000, destination-atop: #00FF00
-PASS Fill Size 10000, lighter: #00FFFF
-PASS Fill Size 10000, copy: #0000FF
-PASS Fill Size 10000, xor: #000000
-PASS Fill Size 50000, source-over: #0000FF
-PASS Fill Size 50000, source-in: #0000FF
-PASS Fill Size 50000, source-out: #000000
-PASS Fill Size 50000, source-atop: #0000FF
-PASS Fill Size 50000, destination-over: #00FF00
-PASS Fill Size 50000, destination-in: #00FF00
-PASS Fill Size 50000, destination-out: #000000
-PASS Fill Size 50000, destination-atop: #00FF00
-PASS Fill Size 50000, lighter: #00FFFF
-PASS Fill Size 50000, copy: #0000FF
-PASS Fill Size 50000, xor: #000000
-PASS Fill Size 100000, source-over: #0000FF
-PASS Fill Size 100000, source-in: #0000FF
-PASS Fill Size 100000, source-out: #000000
-PASS Fill Size 100000, source-atop: #0000FF
-PASS Fill Size 100000, destination-over: #00FF00
-PASS Fill Size 100000, destination-in: #00FF00
-PASS Fill Size 100000, destination-out: #000000
-PASS Fill Size 100000, destination-atop: #00FF00
-PASS Fill Size 100000, lighter: #00FFFF
-PASS Fill Size 100000, copy: #0000FF
-PASS Fill Size 100000, xor: #000000
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698