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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/text-level-semantics/the-br-element/br-bidi-expected.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 <title>HTML Test reference: BR separates bidi paragraph</title> 4 <title>HTML Test reference: BR separates bidi paragraph</title>
5 <link rel="author" title="Amir E. Aharoni" href="mailto:amir.aharoni@mail.hu ji.ac.il"/> 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"/> 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"/> 7 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com"/>
8 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-br-elemen t"/> 8 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-br-elemen t"/>
9 </head> 9 </head>
10 <body> 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> 11 <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>
12 <div class="test"> 12 <div class="test">
13 A Hebrew letter and a full stop: &#x05d0;.&lrm; 13 A Hebrew letter and a full stop: &#x05d0;.&lrm;
14 <br /> 14 <br />
15 &#x05d0; this line begins with a Hebrew letter. 15 &#x05d0; this line begins with a Hebrew letter.
16 </div> 16 </div>
17 </p> 17 </p>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698