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

Unified Diff: ManualTests/textarea-caret-position-after-auto-spell-correct.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 9 months 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
« no previous file with comments | « ManualTests/select-delete-item.html ('k') | PerformanceTests/SVG/resources/Cactus.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/textarea-caret-position-after-auto-spell-correct.html
diff --git a/ManualTests/textarea-caret-position-after-auto-spell-correct.html b/ManualTests/textarea-caret-position-after-auto-spell-correct.html
index ab650ac79054ce865553d3e6950d13be288c34b7..2550c3d80f0d9b3979b38dd974b0c55cb5b66d89 100644
--- a/ManualTests/textarea-caret-position-after-auto-spell-correct.html
+++ b/ManualTests/textarea-caret-position-after-auto-spell-correct.html
@@ -1,14 +1,14 @@
-<html>
-<body>
-<p>Tests bug <a href="https://bugs.webkit.org/show_bug.cgi?id=26200">26200</a> where the caret position jumps off to an incorrect position after auto-correcting a misspelled word.</p>
-<p>Open this file in Google Chromium (version 3.0 +), in Windows, and enable the --auto-spell-correct flag. Insert the word 'teh' between any two words in the paragraph below.</p>
-<p>SUCCESS: After hitting space, 'teh' is auto-corrected to 'the', and the caret stays on in the place it is supposed to be in after typing the word and hitting space.</p>
-<textarea rows="6" cols="35">
-This is an english statement.
-This is an english statement.
-This is an english statement.
-This is an english statement.
-This is an english statement.
-</textarea>
-</body>
-<html>
+<html>
+<body>
+<p>Tests bug <a href="https://bugs.webkit.org/show_bug.cgi?id=26200">26200</a> where the caret position jumps off to an incorrect position after auto-correcting a misspelled word.</p>
+<p>Open this file in Google Chromium (version 3.0 +), in Windows, and enable the --auto-spell-correct flag. Insert the word 'teh' between any two words in the paragraph below.</p>
+<p>SUCCESS: After hitting space, 'teh' is auto-corrected to 'the', and the caret stays on in the place it is supposed to be in after typing the word and hitting space.</p>
+<textarea rows="6" cols="35">
+This is an english statement.
+This is an english statement.
+This is an english statement.
+This is an english statement.
+This is an english statement.
+</textarea>
+</body>
+<html>
« no previous file with comments | « ManualTests/select-delete-item.html ('k') | PerformanceTests/SVG/resources/Cactus.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698