| Index: LayoutTests/fast/css/border-image-fill-crash.html
|
| diff --git a/LayoutTests/fast/css/border-image-fill-crash.html b/LayoutTests/fast/css/border-image-fill-crash.html
|
| index fe42da451b66219be83a2075547cfd258697b5b9..88f26b311d164a8e035f7adcfed082bcf3238c05 100644
|
| --- a/LayoutTests/fast/css/border-image-fill-crash.html
|
| +++ b/LayoutTests/fast/css/border-image-fill-crash.html
|
| @@ -1,8 +1,10 @@
|
| -<style>
|
| -* { border-image: fill; }
|
| -</style>
|
| -This test passes if it does not CRASH.
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| </script>
|
| +<style>
|
| +div {
|
| +var-a: var(b) �
|
| +}
|
| +</style>
|
| +This test is successful if it does not crash.
|
|
|