summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/canvas-path-constructors-expected.txt
blob: 8ef0c950110475be14411bfd3f181a878b54b380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Test different constructors of Path.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


Test constructor Path().
PASS imgdata[4] is 255
PASS imgdata[5] is 255
PASS imgdata[6] is 0
PASS imgdata[7] is 255

Test constructor Path(DOMString) which takes a SVG data string.
PASS imgdata[4] is 0
PASS imgdata[5] is 0
PASS imgdata[6] is 255
PASS imgdata[7] is 255

Test constructor Path(Path) which takes another Path object.
PASS imgdata[4] is 0
PASS imgdata[5] is 128
PASS imgdata[6] is 0
PASS imgdata[7] is 255

PASS successfullyParsed is true

TEST COMPLETE