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

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

Issue 1381973002: Disable canvas line dashing when dash sequence is all zeros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added test for 'null' Created 5 years, 3 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 | « no previous file | third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-lineDash.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-lineDash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineDash-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineDash-expected.txt
index 9b6782c95d63a8549e1dc82a02d7cdb5be681a24..358c0922bcc43fee21702bd752896250e7cec736 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineDash-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineDash-expected.txt
@@ -7,6 +7,8 @@ PASS ctx.lineDashOffset is 0
PASS lineDash[0] is 15
PASS lineDash[1] is 10
PASS ctx.lineDashOffset is 5
+PASS lineDash[0] is 0
+PASS lineDash[1] is 0
PASS lineDash[0] is 5
PASS lineDash[1] is 10
PASS lineDash[2] is 15
@@ -40,6 +42,10 @@ PASS getPixel(115,40) is [0,0,0,0]
PASS getPixel(105,40) is [0,255,0,255]
PASS getPixel(90,35) is [0,0,0,0]
PASS getPixel(90,25) is [0,255,0,255]
+PASS getPixel(130,10) is [0,255,0,255]
+PASS getPixel(130,15) is [0,255,0,255]
+PASS getPixel(130,25) is [0,255,0,255]
+PASS getPixel(130,35) is [0,255,0,255]
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-lineDash.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698