1 Test parsing of the CSS shape-image-threshold property.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyleValue("shape-image-threshold", "0") is "0"
7 PASS getComputedStyleValue("shape-image-threshold", "0.5") is "0.5"
8 PASS getComputedStyleValue("shape-image-threshold", "1") is "1"
9 PASS getComputedStyleValue("shape-image-threshold", "-0.1") is "0"
10 PASS getComputedStyleValue("shape-image-threshold", "1.1") is "1"
11 PASS getComputedStyleValue("shape-image-threshold", "identifier") is "0"
12 PASS getComputedStyleValue("shape-image-threshold", "'string'") is "0"
13 PASS getChildComputedStyle("shape-image-threshold", "0", "0") is "0"
14 PASS getChildComputedStyle("shape-image-threshold", "0", "1") is "1"
15 PASS getChildComputedStyle("shape-image-threshold", "1", "-1") is "0"
16 PASS getChildComputedStyle("shape-image-threshold", "2", "1") is "1"
17 PASS successfullyParsed is true