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

Unified Diff: LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html
diff --git a/LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html b/LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html
index fabb261d7da58598efb521f3ec1d0eacaf937611..d23f8a4d67f098ac51997b03dead9784bedeee05 100644
--- a/LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html
+++ b/LayoutTests/fast/text/input-box-text-fragment-combine-text-crash.html
@@ -1,11 +1,11 @@
-<html>
-Test passes if it does not crash.
-<input type="submit" value="Search"></input>
-<style>
- input { -webkit-text-combine:horizontal; }
-</style>
-<script>
- if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-</html>
+<html>
+Test passes if it does not crash.
+<input type="submit" value="Search"></input>
+<style>
+ input { -webkit-text-combine:horizontal; }
+</style>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+</html>
« no previous file with comments | « LayoutTests/fast/text/dirty-inline-textbox-crash.html ('k') | LayoutTests/fast/text/international/bdi-neutral-wrapped.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698