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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-textarea-element/textarea-newline-bidi.html

Issue 2086283003: Update web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into wpt_import Created 4 years, 5 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
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: newline in &lt;textarea&gt; separates bidi paragraphs</tit le> 5 <title>HTML Test: newline in &lt;textarea&gt; separates bidi paragraphs</tit le>
6 <link rel="match" href="textarea-newline-bidi-ref.html" /> 6 <link rel="match" href="textarea-newline-bidi-ref.html" />
7 <link rel="author" title="Amir E. Aharoni" href="mailto:amir.aharoni@mail.hu ji.ac.il"/> 7 <link rel="author" title="Amir E. Aharoni" href="mailto:amir.aharoni@mail.hu ji.ac.il"/>
8 <link rel="author" title="Eyal Sela" href="mailto:eyal@post.isoc.org.il"/> 8 <link rel="author" title="Eyal Sela" href="mailto:eyal@post.isoc.org.il"/>
9 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com"/> 9 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com"/>
10 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-textarea- element"/> 10 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-textarea- element"/>
11 <meta name="assert" 11 <meta name="assert"
12 content="A newline in a textarea element, and in its raw value, should sep arate paragraphs for the purposes of the Unicode bidirectional algorithm."/> 12 content="A newline in a textarea element, and in its raw value, should sep arate paragraphs for the purposes of the Unicode bidirectional algorithm."/>
13 </head> 13 </head>
14 <body> 14 <body>
15 <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> 15 <div class="instructions"><p>Test passes if the rightmost character in the f irst line below is a full stop and to the left of it is a Hebrew letter.</p></di v>
16 <div class="test"> 16 <div class="test">
17 <textarea cols="70" rows="3"> 17 <textarea cols="70" rows="3">
18 A Hebrew letter and a full stop: &#x05d0;. 18 A Hebrew letter and a full stop: &#x05d0;.
19 &#x05d0; this line begins with a Hebrew letter. 19 &#x05d0; this line begins with a Hebrew letter.
20 </textarea> 20 </textarea>
21 </div> 21 </div>
22 </body> 22 </body>
23 </html> 23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698