| Index: LayoutTests/fast/regions/webkit-region-fragment-parsing-expected.txt
|
| diff --git a/LayoutTests/fast/regions/webkit-region-fragment-parsing-expected.txt b/LayoutTests/fast/regions/webkit-region-fragment-parsing-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4e258f7693a5b2a214020bad34400029d759ea3e
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/regions/webkit-region-fragment-parsing-expected.txt
|
| @@ -0,0 +1,25 @@
|
| +Tests parsing of webkit-region-fragment property
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS testCSSText("-webkit-region-fragment: auto") is "auto"
|
| +PASS testCSSText("-webkit-region-fragment: initial") is "initial"
|
| +PASS testCSSText("-webkit-region-fragment: inherit") is "inherit"
|
| +PASS testCSSText("-webkit-region-fragment: break") is "break"
|
| +PASS testCSSText("-webkit-region-fragment: 0") is ""
|
| +PASS testCSSText("-webkit-region-fragment: -1") is ""
|
| +PASS testCSSText("-webkit-region-fragment: 12.5") is ""
|
| +PASS testCSSText("-webkit-region-fragment: 1px") is ""
|
| +PASS testComputedStyle("auto") is "auto"
|
| +PASS testComputedStyle("initial") is "auto"
|
| +PASS testComputedStyle("inherit") is "auto"
|
| +PASS testComputedStyle("break") is "break"
|
| +PASS testComputedStyle("0") is "auto"
|
| +PASS testComputedStyle("-1") is "auto"
|
| +PASS testComputedStyle("12.5") is "auto"
|
| +PASS testComputedStyle("1px") is "auto"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|