OLD | NEW |
1 Test that CSS Shapes properties with the -webkit prefix alias the unprefixed pro
perties. | 1 Test that CSS Shapes properties with the -webkit prefix alias the unprefixed pro
perties. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS getAliasCSSValue('shape-outside','shape-outside','circle(0px at 0% 0%)') is
"circle(0px at 0% 0%)" | 6 PASS getAliasCSSValue('shape-outside','shape-outside','circle(0px at 0% 0%)') is
"circle(0px at 0% 0%)" |
7 PASS getAliasCSSValue('shape-margin','shape-margin','10px') is "10px" | 7 PASS getAliasCSSValue('shape-margin','shape-margin','10px') is "10px" |
8 PASS getAliasCSSValue('shape-padding','shape-padding','10px') is "10px" | |
9 PASS getAliasCSSValue('shape-image-threshold','shape-image-threshold','0.5') is
"0.5" | 8 PASS getAliasCSSValue('shape-image-threshold','shape-image-threshold','0.5') is
"0.5" |
10 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
11 | 10 |
12 TEST COMPLETE | 11 TEST COMPLETE |
13 | 12 |
OLD | NEW |