OLD | NEW |
1 SVG 1.1 dynamic update tests | 1 SVG 1.1 dynamic update tests |
2 | 2 |
3 Tests dynamic updates of the 'values' property of the SVGFEColorMatrixElement ob
ject | 3 Tests dynamic updates of the 'values' property of the SVGFEColorMatrixElement ob
ject |
4 | 4 |
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
6 | 6 |
7 | 7 |
8 PASS SVGNumberListToString(matrixElement.values.baseVal) is "0.9 0.9 0.9 0 0 0.3
3 0.33 0.33 0 0 0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 " | 8 PASS SVGNumberListToString(matrixElement.values.baseVal) is "0.9 0.9 0.9 0 0 0.3
3 0.33 0.33 0 0 0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 " |
9 PASS Math.round(saturateElement.values.baseVal.getItem(0).value * 1000) is 500 | 9 PASS Math.round(saturateElement.values.baseVal.getItem(0).value * 1000) is 500 |
10 PASS Math.round(hueRotateElement.values.baseVal.getItem(0).value * 1000) is 1000
0 | 10 PASS Math.round(hueRotateElement.values.baseVal.getItem(0).value * 1000) is 1000
0 |
11 PASS SVGNumberListToString(matrixElement.values.baseVal) is "0.33 0.33 0.33 0 0
0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 " | 11 PASS SVGNumberListToString(matrixElement.values.baseVal) is "0.33 0.33 0.33 0 0
0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 0.33 0.33 0.33 0 0 " |
12 PASS saturateElement.values.baseVal.getItem(0).value is 0.25 | 12 PASS saturateElement.values.baseVal.getItem(0).value is 0.25 |
13 PASS hueRotateElement.values.baseVal.getItem(0).value is 90 | 13 PASS hueRotateElement.values.baseVal.getItem(0).value is 90 |
14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
15 | 15 |
16 TEST COMPLETE | 16 TEST COMPLETE |
17 (GraphicsLayer | |
18 (bounds 808.00 600.00) | |
19 (children 1 | |
20 (GraphicsLayer | |
21 (bounds 808.00 600.00) | |
22 (contentsOpaque 1) | |
23 (drawsContent 1) | |
24 ) | |
25 ) | |
26 ) | |
27 | 17 |
OLD | NEW |