| Index: LayoutTests/css3/calc/calc-errors-expected.txt
|
| diff --git a/LayoutTests/css3/calc/calc-errors-expected.txt b/LayoutTests/css3/calc/calc-errors-expected.txt
|
| index 2e36668b5d7d9cd2ebed110239efc780351ce11f..cccfcc9489d115f2e52533a873c14ffe0862a01e 100644
|
| --- a/LayoutTests/css3/calc/calc-errors-expected.txt
|
| +++ b/LayoutTests/css3/calc/calc-errors-expected.txt
|
| @@ -17,6 +17,22 @@ mod10
|
| 70px -40px no whitespace on right of -
|
| 70px- 40px no whitespace on left of -
|
| 70px-+40px no whitespace around -
|
| +70px+/**/40px no whitespace around +
|
| +70px/**/+40px no whitespace around +
|
| +70px+/**/40px no whitespace around +
|
| +70px +/**/40px no whitespace on right of +
|
| +70px/**/+ 40px no whitespace on left of +
|
| +70px/**/+-40px no whitespace around +
|
| +70px+/**/-40px no whitespace around +
|
| +70px/**/+/**/-40px no whitespace around +
|
| +70px-/**/40px no whitespace around -
|
| +70px/**/-40px no whitespace around -
|
| +70px/**/-/**/40px no whitespace around -
|
| +70px -/**/40px no whitespace on right of -
|
| +70px/**/- 40px no whitespace on left of -
|
| +70px/**/-+40px no whitespace around -
|
| +70px-/**/+40px no whitespace around -
|
| +70px/**/-/**/+40px no whitespace around -
|
| too many nests
|
| end with operator
|
| start with operator
|
|
|