tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / svg / dom / points-parser-expected.txt
1 CONSOLE MESSAGE: line 76: Error: Problem parsing points="a"
2 CONSOLE MESSAGE: line 76: Error: Problem parsing points="10"
3 CONSOLE MESSAGE: line 76: Error: Problem parsing points="10,"
4 CONSOLE MESSAGE: line 76: Error: Problem parsing points="10,,"
5 CONSOLE MESSAGE: line 76: Error: Problem parsing points="10,,10"
6 CONSOLE MESSAGE: line 76: Error: Problem parsing points="10,10,"
7 CONSOLE MESSAGE: line 76: Error: Problem parsing points="10,10a"
8 CONSOLE MESSAGE: line 76: Error: Problem parsing points=",10"
9 CONSOLE MESSAGE: line 76: Error: Problem parsing points=",10,"
10 CONSOLE MESSAGE: line 76: Error: Problem parsing points=",10,,"
11 CONSOLE MESSAGE: line 76: Error: Problem parsing points=",10,10"
12 This tests the parser for points attribute values.
13
14 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
15
16
17 Test string: ' '
18 PASS '' is ''
19
20 Test string: '10 10'
21 PASS '10 10' is '10 10'
22
23 Test string: '10,10'
24 PASS '10 10' is '10 10'
25
26 Test string: '10, 10'
27 PASS '10 10' is '10 10'
28
29 Test string: '10 10 20 20'
30 PASS '10 10 20 20' is '10 10 20 20'
31
32 Test string: '10, 10 20 20'
33 PASS '10 10 20 20' is '10 10 20 20'
34
35 Test string: '10, 10, 20 20'
36 PASS '10 10 20 20' is '10 10 20 20'
37
38 Test string: '10, 10, 20, 20'
39 PASS '10 10 20 20' is '10 10 20 20'
40
41 Test string: '10, 10 20, 20'
42 PASS '10 10 20 20' is '10 10 20 20'
43
44 Test string: '10 10, 20, 20'
45 PASS '10 10 20 20' is '10 10 20 20'
46
47 Test string: '10 10 20, 20'
48 PASS '10 10 20 20' is '10 10 20 20'
49
50 Test string: '10+10'
51 PASS '10 10' is '10 10'
52
53 Test string: '10-10'
54 PASS '10 -10' is '10 -10'
55
56 Test string: '10,+10'
57 PASS '10 10' is '10 10'
58
59 Test string: '10,-10'
60 PASS '10 -10' is '10 -10'
61
62 Test string: '            10,10'
63 PASS '10 10' is '10 10'
64
65 Test string: '10,10            '
66 PASS '10 10' is '10 10'
67
68 Test string: '10,            10'
69 PASS '10 10' is '10 10'
70
71 Test string: '10            ,10'
72 PASS '10 10' is '10 10'
73
74 Test string: '10     ,       10'
75 PASS '10 10' is '10 10'
76
77 Test string: '                  10,10'
78 PASS '10 10' is '10 10'
79
80 Test string: '10,10                     '
81 PASS '10 10' is '10 10'
82
83 Test string: '10,                       10'
84 PASS '10 10' is '10 10'
85
86 Test string: '10                        ,10'
87 PASS '10 10' is '10 10'
88
89 Test string: '10                ,       10'
90 PASS '10 10' is '10 10'
91
92 Strings that fail to parse, and hence parse as "".
93
94 Test string: 'a'
95 PASS '' is ''
96
97 Test string: '10'
98 PASS '' is ''
99
100 Test string: '10,'
101 PASS '' is ''
102
103 Test string: '10,,'
104 PASS '' is ''
105
106 Test string: '10,,10'
107 PASS '' is ''
108
109 Test string: '10,10,'
110 PASS '10 10' is '10 10'
111
112 Test string: '10,10a'
113 PASS '10 10' is '10 10'
114
115 Test string: ',10'
116 PASS '' is ''
117
118 Test string: ',10,'
119 PASS '' is ''
120
121 Test string: ',10,,'
122 PASS '' is ''
123
124 Test string: ',10,10'
125 PASS '' is ''
126
127 PASS successfullyParsed is true
128
129 TEST COMPLETE
130