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

Unified Diff: LayoutTests/fast/text/international/bidi-neutral-in-mixed-direction-run-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/international/bidi-neutral-in-mixed-direction-run-crash.html
diff --git a/LayoutTests/fast/text/international/bidi-neutral-in-mixed-direction-run-crash.html b/LayoutTests/fast/text/international/bidi-neutral-in-mixed-direction-run-crash.html
index f01aa1a07e722187716eeb1b9df692dc814243b8..bace7a59994279a0f2a35962de046d99c8f27396 100644
--- a/LayoutTests/fast/text/international/bidi-neutral-in-mixed-direction-run-crash.html
+++ b/LayoutTests/fast/text/international/bidi-neutral-in-mixed-direction-run-crash.html
@@ -1,20 +1,20 @@
-<html>
-<style>
- body { direction: rtl; padding-left: 100%; }
-</style>
-<script>
- if (window.testRunner)
- testRunner.dumpAsText();
-
- function runTest() {
- document.body.innerHTML = "PASS, if no crash or exceptions thrown";
- }
-
- window.onload = runTest;
-</script>
-0<span>
-<image>
-A 0<div></div>
-</span>
-</html>
-
+<html>
+<style>
+ body { direction: rtl; padding-left: 100%; }
+</style>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+
+ function runTest() {
+ document.body.innerHTML = "PASS, if no crash or exceptions thrown";
+ }
+
+ window.onload = runTest;
+</script>
+0<span>
+<image>
+A 0<div></div>
+</span>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698