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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>HTML Test: BDI: neutral when wrapped</title> 5 <title>HTML Test: BDI: neutral when wrapped</title>
6 <link rel="reference" href="bdi-neutral-wrapped-ref.html"> 6 <link rel="reference" href="bdi-neutral-wrapped-ref.html">
7 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com"> 7 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com">
8 <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googleg roups.com"> 8 <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googleg roups.com">
9 <link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-bdi-el ement"> 9 <link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-bdi-el ement">
10 <meta name="assert" content=" 10 <meta name="assert" content="
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 &#x05D2;</bdi> 57 &#x05D2;</bdi>
58 &gt; d... 58 &gt; d...
59 </div> 59 </div>
60 </div> 60 </div>
61 <div class="box"> 61 <div class="box">
62 <div dir="ltr">&#x202D;b &lt; &#x05D0;&#x202C;<br/>&#x202D;&gt;&gt;&gt;&#x 202C;<br/>&#x202D;&#x05D3; &lt; c...&#x202C;</div> 62 <div dir="ltr">&#x202D;b &lt; &#x05D0;&#x202C;<br/>&#x202D;&gt;&gt;&gt;&#x 202C;<br/>&#x202D;&#x05D3; &lt; c...&#x202C;</div>
63 <div dir="rtl">&#x202D;a &gt; &#x05D1;&#x202C;<br/>&#x202D;&lt;&lt;&lt;&#x 202C;<br/>&#x202D;...&#x05D2; &gt; d&#x202C;</div> 63 <div dir="rtl">&#x202D;a &gt; &#x05D1;&#x202C;<br/>&#x202D;&lt;&lt;&lt;&#x 202C;<br/>&#x202D;...&#x05D2; &gt; d&#x202C;</div>
64 </div> 64 </div>
65 </body> 65 </body>
66 </html> 66 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698