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

Unified Diff: third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-webkitLineDash-invalid-expected.txt

Issue 2693043012: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Addressing comments 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
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-webkitLineDash-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-webkitLineDash-invalid-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-webkitLineDash-invalid-expected.txt b/third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-webkitLineDash-invalid-expected.txt
deleted file mode 100644
index 4ba2c8d1a418bb096648811f1b049a9252315bab..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-webkitLineDash-invalid-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Test for invalid input of webkitLineDash and webkitLineDashOffset
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS trySettingLineDash([1, 2, 3]) is [1, 2, 3]
-FAIL trySettingLineDash([1, -1]) should be 1.5,2.5. Was 1,-1.
-FAIL trySettingLineDash([1, Infinity]) should be 1.5,2.5. Was 1,Infinity.
-FAIL trySettingLineDash([1, -Infinity]) should be 1.5,2.5. Was 1,-Infinity.
-FAIL trySettingLineDash([1, NaN]) should be 1.5,2.5. Was 1,NaN.
-FAIL trySettingLineDash([1, 'string']) should be 1.5,2.5. Was 1,string.
-PASS trySettingLineDashOffset(0.5) is 0.5
-PASS trySettingLineDashOffset(-0.5) is -0.5
-FAIL trySettingLineDashOffset(Infinity) should be 1.5. Was Infinity.
-FAIL trySettingLineDashOffset(-Infinity) should be 1.5. Was -Infinity.
-FAIL trySettingLineDashOffset(NaN) should be 1.5. Was NaN.
-FAIL trySettingLineDashOffset('string') should be 1.5 (of type number). Was string (of type string).
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-webkitLineDash-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698