OLD | NEW |
(Empty) | |
| 1 Tests parsing of webkit-region-fragment property |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS testCSSText("-webkit-region-fragment: auto") is "auto" |
| 7 PASS testCSSText("-webkit-region-fragment: initial") is "initial" |
| 8 PASS testCSSText("-webkit-region-fragment: inherit") is "inherit" |
| 9 PASS testCSSText("-webkit-region-fragment: break") is "break" |
| 10 PASS testCSSText("-webkit-region-fragment: 0") is "" |
| 11 PASS testCSSText("-webkit-region-fragment: -1") is "" |
| 12 PASS testCSSText("-webkit-region-fragment: 12.5") is "" |
| 13 PASS testCSSText("-webkit-region-fragment: 1px") is "" |
| 14 PASS testComputedStyle("auto") is "auto" |
| 15 PASS testComputedStyle("initial") is "auto" |
| 16 PASS testComputedStyle("inherit") is "auto" |
| 17 PASS testComputedStyle("break") is "break" |
| 18 PASS testComputedStyle("0") is "auto" |
| 19 PASS testComputedStyle("-1") is "auto" |
| 20 PASS testComputedStyle("12.5") is "auto" |
| 21 PASS testComputedStyle("1px") is "auto" |
| 22 PASS successfullyParsed is true |
| 23 |
| 24 TEST COMPLETE |
| 25 |
OLD | NEW |