| Index: LayoutTests/css3/calc/calc-errors.html
|
| diff --git a/LayoutTests/css3/calc/calc-errors.html b/LayoutTests/css3/calc/calc-errors.html
|
| index e9a9a0ca2e7a092fea7ca8a14010b14108e050d4..a69c7f0698c380ac6e8331432bb77700097581f8 100644
|
| --- a/LayoutTests/css3/calc/calc-errors.html
|
| +++ b/LayoutTests/css3/calc/calc-errors.html
|
| @@ -36,6 +36,10 @@ div {
|
| <div style="width: calc(70px -40px);">70px -40px no whitespace on right of -</div>
|
| <div style="width: calc(70px- 40px);">70px- 40px no whitespace on left of -</div>
|
| <div style="width: calc(70px-+40px);">70px-+40px no whitespace around - </div>
|
| +<div style="width: calc(1px +/**/2px);"></div>
|
| +<div style="width: calc(1px/**/+ 2px);"></div>
|
| +<div style="width: calc(1px -/**/2px);"></div>
|
| +<div style="width: calc(1px/**/- 2px);"></div>
|
|
|
| <!-- too many nests should be rejected to avoid stack overflow -->
|
| <div style="width: calc(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((200px)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))));">too many nests</div>
|
|
|