Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / parsing / parsing-shape-image-threshold-expected.txt
blob15117dcb3931f5afcb2a1292733b87fc0835a2df
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
19 TEST COMPLETE