| Index: LayoutTests/fast/events/dom-character-data-modified-textarea-crash.html
|
| diff --git a/LayoutTests/fast/events/dom-character-data-modified-textarea-crash.html b/LayoutTests/fast/events/dom-character-data-modified-textarea-crash.html
|
| index bba42425ddf0ec10da618c5ce02d55bd104d2f71..095fb1dde9cf1622ebbae4b9411eaff1d533b79d 100644
|
| --- a/LayoutTests/fast/events/dom-character-data-modified-textarea-crash.html
|
| +++ b/LayoutTests/fast/events/dom-character-data-modified-textarea-crash.html
|
| @@ -4,7 +4,7 @@
|
| <script>
|
| // This test uses a weired textarea to reproduce the issue. The condition of a crash is very sensitive to HTML.
|
| // If we add a new-line at EOF or add other tags in <body> part, the crash will be unlikely to happen.
|
| -// For example, if we move this comment to the actual HTML or try to load 'js-test-pre.js', the crash won't happen.
|
| +// For example, if we move this comment to the actual HTML or try to load 'js-test.js', the crash won't happen.
|
| //
|
| // * Mutation events should not be dispatched on this case. This bug is being tracked by webkit bug https://bugs.webkit.org/show_bug.cgi?id=87372
|
| // * ... And Mutation events are no longer fired. See https://bugs.webkit.org/show_bug.cgi?id=93427.
|
|
|