File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 69
69
< div style ="width: 100px; "> 70px- 40px no whitespace on left of - => PASS</ div >
70
70
< div style ="width: 100px; "> 70px-+40px no whitespace around - => PASS</ div >
71
71
72
- <!-- too many nests should be rejected to avoid stack overflow -->
73
- < div style ="width: 100px; "> too many nests => PASS</ div >
74
-
75
72
<!-- invalid formulas -->
76
73
< div style ="width: 100px; "> end with operator => PASS</ div >
77
74
< div style ="width: 100px; "> start with operator => PASS</ div >
Original file line number Diff line number Diff line change 73
73
< div style ="width: 100px; width: calc(70px- 40px); "> 70px- 40px no whitespace on left of -</ div >
74
74
< div style ="width: 100px; width: calc(70px-+40px); "> 70px-+40px no whitespace around - </ div >
75
75
76
- <!-- too many nests should be rejected to avoid stack overflow -->
77
- < div style ="width: 100px; width: calc(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((200px))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))); "> too many nests</ div >
78
-
79
76
<!-- invalid formulas -->
80
77
< div style ="width: 100px; width: calc(200px*); "> end with operator</ div >
81
78
< div style ="width: 100px; width: calc(+ +200px); "> start with operator</ div >
You can’t perform that action at this time.
0 commit comments