Index: LayoutTests/fast/canvas/canvas-path-addpath-expected.txt |
diff --git a/LayoutTests/fast/canvas/canvas-path-addpath-expected.txt b/LayoutTests/fast/canvas/canvas-path-addpath-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3025771474715fef338fb0cf407b063c15c41a4b |
--- /dev/null |
+++ b/LayoutTests/fast/canvas/canvas-path-addpath-expected.txt |
@@ -0,0 +1,24 @@ |
+Test addPath() method. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Test addPath() with transform as identity matrix. |
+PASS imgdata[4] is 255 |
+PASS imgdata[5] is 255 |
+PASS imgdata[6] is 0 |
+PASS imgdata[7] is 255 |
+ |
+Test addPath() with transform as translate(100, -100). |
+PASS imgdata[4] is 255 |
+PASS imgdata[5] is 255 |
+PASS imgdata[6] is 0 |
+PASS imgdata[7] is 255 |
+ |
+Test addPath() with transform as null. |
+PASS p1.addPath(p2, null) threw exception TypeError: Failed to execute 'addPath' on 'Path': parameter 2 is not of type 'SVGMatrix'.. |
+ |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |