| Index: LayoutTests/css3/calc/calc-with-time-angle-and-frequency-values-expected.txt
|
| diff --git a/LayoutTests/css3/calc/calc-with-time-angle-and-frequency-values-expected.txt b/LayoutTests/css3/calc/calc-with-time-angle-and-frequency-values-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ac08395a3299dcdfe3ad0b53042290aafbb03b6a
|
| --- /dev/null
|
| +++ b/LayoutTests/css3/calc/calc-with-time-angle-and-frequency-values-expected.txt
|
| @@ -0,0 +1,16 @@
|
| +Tests that calc() can contain angle, time and frequency values.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +PASS getCSSProperty('div1', '-webkit-transition-delay') is "2s"
|
| +PASS getCSSProperty('div2', '-webkit-transition-delay') is "3s"
|
| +PASS getCSSProperty('div3', 'transform') is "matrix(6.12323399573677e-17, 1, -1, 6.12323399573677e-17, 0, 0)"
|
| +PASS getCSSProperty('div5', 'transform') is "matrix(-0.17364817766693, 0.984807753012208, -0.984807753012208, -0.17364817766693, 0, 0)"
|
| +NOTE: since there is no CSS property that uses frequency at the moment we only test the parsing.
|
| +PASS getCSSProperty('div7', 'pitch') is null
|
| +PASS getCSSProperty('div8', 'pitch') is null
|
| +
|
|
|