| Index: LayoutTests/fast/css/css-set-selector-text-crash.html
|
| diff --git a/LayoutTests/fast/css/css-set-selector-text-crash.html b/LayoutTests/fast/css/css-set-selector-text-crash.html
|
| index cfc40c582156d5290e26ba9635ba81f67c09f833..5ede013f1cda8242bb2b9496e9f4955ad44e8dfb 100644
|
| --- a/LayoutTests/fast/css/css-set-selector-text-crash.html
|
| +++ b/LayoutTests/fast/css/css-set-selector-text-crash.html
|
| @@ -1,14 +1,14 @@
|
| <!DOCTYPE html>
|
| <html>
|
| -<style>
|
| -:target { top: 0; }
|
| -</style>
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| -
|
| -document.styleSheets[0].cssRules[0].selectorText = ':target';
|
| </script>
|
| -Test passes if it does not crash.
|
| +<style>
|
| +body {
|
| + var-a: url(1);
|
| + -webkit-filter: var(a);
|
| +}
|
| +</style>
|
| +This test is successful if it does not crash.
|
| </html>
|
| -
|
|
|