| Index: LayoutTests/css3/calc/calc-with-percent-and-number-in-line-height-crash.html
|
| diff --git a/LayoutTests/fast/css/inputtext-crash.html b/LayoutTests/css3/calc/calc-with-percent-and-number-in-line-height-crash.html
|
| similarity index 50%
|
| copy from LayoutTests/fast/css/inputtext-crash.html
|
| copy to LayoutTests/css3/calc/calc-with-percent-and-number-in-line-height-crash.html
|
| index a8ca2f52c0893322d6123852c0a5be969b8bfa3d..2f7dd03a48de36fbdc13411d25f891d37299ffca 100644
|
| --- a/LayoutTests/fast/css/inputtext-crash.html
|
| +++ b/LayoutTests/css3/calc/calc-with-percent-and-number-in-line-height-crash.html
|
| @@ -1,8 +1,10 @@
|
| <!DOCTYPE html>
|
| <style>
|
| - inputtext::content:focus { }
|
| +* {
|
| + line-height: calc(100% + 30);
|
| +}
|
| </style>
|
| -// This test passes if it doesn't crash.
|
| +<p>PASS if it does not crash in debug.</p>
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|