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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-textarea-element/textarea-newline-bidi-expected.html

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>HTML Test reference: newline in &lt;textarea&gt; separates bidi parag raphs</title>
5 <link rel="author" title="Amir E. Aharoni" href="mailto:amir.aharoni@mail.hu ji.ac.il"/>
6 <link rel="author" title="Eyal Sela" href="mailto:eyal@post.isoc.org.il"/>
7 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com"/>
8 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-textarea- element"/>
9 </head>
10 <body>
11 <div class="instructions" style="display:none"><p>Test passes if the rightmo st character in the first line below is a full stop and to the left of it is a H ebrew letter.</p></div>
12 <div class="test">
13 <textarea cols="70" rows="3">
14 A Hebrew letter and a full stop: &#x05d0;.&lrm;
15 &#x05d0; this line begins with a Hebrew letter.
16 </textarea>
17 </div>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698