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

Unified Diff: LayoutTests/fast/text/international/bdi-neutral-wrapped.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/bdi-neutral-wrapped.html
diff --git a/LayoutTests/fast/text/international/bdi-neutral-wrapped.html b/LayoutTests/fast/text/international/bdi-neutral-wrapped.html
index 4a00ba48aa1748e513f80590e1cc197b8d7cadbb..abe4680afdd9d8484286659e1f5fa96925838d64 100644
--- a/LayoutTests/fast/text/international/bdi-neutral-wrapped.html
+++ b/LayoutTests/fast/text/international/bdi-neutral-wrapped.html
@@ -1,66 +1,66 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8">
- <title>HTML Test: BDI: neutral when wrapped</title>
- <link rel="reference" href="bdi-neutral-wrapped-ref.html">
- <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com">
- <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
- <link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-bdi-element">
- <meta name="assert" content="
- 'For the purposes of applying the bidirectional algorithm to the paragraph-level
- container that a bdi element finds itself within, the bdi element must be treated
- like a U+FFFC OBJECT REPLACEMENT CHARACTER.'
-
- Obviously, this should hold even if the BDI's content is wrapped over more than one line.
- A single character (U+FFFC or otherwise) obviously never gets wrapped over more than one
- line, but we still expect the part of the content preceding the BDI, if any, that is
- displayed on the same line as some part of the BDI to be ordered the same as it would be
- if that part of the BDI were replaced with U+FFFC. Similarly, we expect the part of the
- content following the BDI, if any, that is displayed on the same line as some part of the
- BDI to be ordered the same as it would be if that part of the BDI were replaced with U+FFFC.
-
- In the test below, the content surrounding the BDI forms a single directional run (despite
- the containing element and the BDI both having the opposite direction, because the BDI is
- treated as a neutral). Thus, on the line containing the first part of the BDI, the BDI's
- content appears after the content preceding it, and on the line containing the last part of
- the BDI, the BDI content appears before the content following it, where both 'before' and
- 'after' are defined relative to the surrounding content's direction. And, of course, the line
- containing just BDI content should be ordered in the BDI's direction.">
- <style>
- body{
- font-size:2em;
- }
- .box {
- border: medium solid gray;
- width: 400px;
- margin: 20px;
- }
- </style>
- </head>
- <body>
- The two boxes below should look exactly the same.
- <!-- Key to entities used below:
- &#x05D0; ... &#x05D5; - The first six Hebrew letters (strongly RTL).
- &#x202D; - The LRO (left-to-right-override) formatting character.
- &#x202C; - The PDF (pop directional formatting) formatting character; closes LRO. -->
- <div class="box">
- <div dir="ltr">
- &#x05D0; &gt;
- <bdi>b &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- c</bdi>
- &gt; &#x05D3;...
- </div>
- <div dir="rtl">
- a &gt;
- <bdi>&#x05D1; &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- &#x05D2;</bdi>
- &gt; d...
- </div>
- </div>
- <div class="box">
- <div dir="ltr">&#x202D;b &lt; &#x05D0;&#x202C;<br/>&#x202D;&gt;&gt;&gt;&#x202C;<br/>&#x202D;&#x05D3; &lt; c...&#x202C;</div>
- <div dir="rtl">&#x202D;a &gt; &#x05D1;&#x202C;<br/>&#x202D;&lt;&lt;&lt;&#x202C;<br/>&#x202D;...&#x05D2; &gt; d&#x202C;</div>
- </div>
- </body>
-</html>
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>HTML Test: BDI: neutral when wrapped</title>
+ <link rel="reference" href="bdi-neutral-wrapped-ref.html">
+ <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com">
+ <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
+ <link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-bdi-element">
+ <meta name="assert" content="
+ 'For the purposes of applying the bidirectional algorithm to the paragraph-level
+ container that a bdi element finds itself within, the bdi element must be treated
+ like a U+FFFC OBJECT REPLACEMENT CHARACTER.'
+
+ Obviously, this should hold even if the BDI's content is wrapped over more than one line.
+ A single character (U+FFFC or otherwise) obviously never gets wrapped over more than one
+ line, but we still expect the part of the content preceding the BDI, if any, that is
+ displayed on the same line as some part of the BDI to be ordered the same as it would be
+ if that part of the BDI were replaced with U+FFFC. Similarly, we expect the part of the
+ content following the BDI, if any, that is displayed on the same line as some part of the
+ BDI to be ordered the same as it would be if that part of the BDI were replaced with U+FFFC.
+
+ In the test below, the content surrounding the BDI forms a single directional run (despite
+ the containing element and the BDI both having the opposite direction, because the BDI is
+ treated as a neutral). Thus, on the line containing the first part of the BDI, the BDI's
+ content appears after the content preceding it, and on the line containing the last part of
+ the BDI, the BDI content appears before the content following it, where both 'before' and
+ 'after' are defined relative to the surrounding content's direction. And, of course, the line
+ containing just BDI content should be ordered in the BDI's direction.">
+ <style>
+ body{
+ font-size:2em;
+ }
+ .box {
+ border: medium solid gray;
+ width: 400px;
+ margin: 20px;
+ }
+ </style>
+ </head>
+ <body>
+ The two boxes below should look exactly the same.
+ <!-- Key to entities used below:
+ &#x05D0; ... &#x05D5; - The first six Hebrew letters (strongly RTL).
+ &#x202D; - The LRO (left-to-right-override) formatting character.
+ &#x202C; - The PDF (pop directional formatting) formatting character; closes LRO. -->
+ <div class="box">
+ <div dir="ltr">
+ &#x05D0; &gt;
+ <bdi>b &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ c</bdi>
+ &gt; &#x05D3;...
+ </div>
+ <div dir="rtl">
+ a &gt;
+ <bdi>&#x05D1; &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ &#x05D2;</bdi>
+ &gt; d...
+ </div>
+ </div>
+ <div class="box">
+ <div dir="ltr">&#x202D;b &lt; &#x05D0;&#x202C;<br/>&#x202D;&gt;&gt;&gt;&#x202C;<br/>&#x202D;&#x05D3; &lt; c...&#x202C;</div>
+ <div dir="rtl">&#x202D;a &gt; &#x05D1;&#x202C;<br/>&#x202D;&lt;&lt;&lt;&#x202C;<br/>&#x202D;...&#x05D2; &gt; d&#x202C;</div>
+ </div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698