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..8b47d10046622db5d65db874a0dec1eb38084910 100644 |
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineDash-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineDash-expected.txt |
@@ -40,6 +40,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 |