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' attribute of the SVGFEColorMatrixElement o
bject | 3 Tests dynamic updates of the 'values' attribute of the SVGFEColorMatrixElement o
bject |
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 matrixElement.getAttribute('values') is ".45 .45 .5 0 0 .13 .13 .13 0 0 .33
.13 .33 0 0 .99 .56 .33 0 0" | 8 PASS matrixElement.getAttribute('values') is ".45 .45 .5 0 0 .13 .13 .13 0 0 .33
.13 .33 0 0 .99 .56 .33 0 0" |
9 PASS saturateElement.getAttribute('values') is "0.5" | 9 PASS saturateElement.getAttribute('values') is "0.5" |
10 PASS hueRotateElement.getAttribute('values') is "10" | 10 PASS hueRotateElement.getAttribute('values') is "10" |
11 PASS matrixElement.getAttribute('values') is ".33 .33 .33 0 0 .33 .33 .33 0 0 .3
3 .33 .33 0 0 .33 .33 .33 0 0" | 11 PASS matrixElement.getAttribute('values') is ".33 .33 .33 0 0 .33 .33 .33 0 0 .3
3 .33 .33 0 0 .33 .33 .33 0 0" |
12 PASS saturateElement.getAttribute('values') is "0.25" | 12 PASS saturateElement.getAttribute('values') is "0.25" |
13 PASS hueRotateElement.getAttribute('values') is "90" | 13 PASS hueRotateElement.getAttribute('values') 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 ) |
17 | 27 |
OLD | NEW |