Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: LayoutTests/fast/events/dom-character-data-modified-textarea-crash.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698