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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/text-level-semantics/the-br-element/br-bidi-in-inline-ancestors.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: BR in inline ancestors</title> 5 <title>HTML Test: BR in inline ancestors</title>
6 <link rel="match" href="br-bidi-in-inline-ancestors-ref.html"> 6 <link rel="match" href="br-bidi-in-inline-ancestors-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="https://html.spec.whatwg.org/multipage/#the-br-elemen t"/> 9 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-br-elemen t"/>
10 <link rel="help" href="http://www.w3.org/TR/css3-writing-modes/#unicode-bidi " /> 10 <link rel="help" href="http://www.w3.org/TR/css3-writing-modes/#unicode-bidi " />
(...skipping 11 matching lines...) Expand all
22 } 22 }
23 .test, .ref { 23 .test, .ref {
24 border: medium solid gray; 24 border: medium solid gray;
25 width: 400px; 25 width: 400px;
26 margin: 20px; 26 margin: 20px;
27 } 27 }
28 .comments { display: none; } 28 .comments { display: none; }
29 </style> 29 </style>
30 </head> 30 </head>
31 <body> 31 <body>
32 <div class="instructions" style="display:none"><p>Test passes if the two box es below look exactly the same.</p></div> 32 <div class="instructions"><p>Test passes if the two boxes below look exactly the same.</p></div>
33 <div class="comments"> 33 <div class="comments">
34 Key to entities used below: 34 Key to entities used below:
35 &#x05D0; ... &#x05D8; - The first nine Hebrew letters (strongly RTL). 35 &#x05D0; ... &#x05D8; - The first nine Hebrew letters (strongly RTL).
36 &#x200E; - The LRM (left-to-right mark) formatting character (invisible, stronly LTR). 36 &#x200E; - The LRM (left-to-right mark) formatting character (invisible, stronly LTR).
37 &#x200F; - The RLM (right-to-left mark) formatting character (invisible, stronly RTL). 37 &#x200F; - The RLM (right-to-left mark) formatting character (invisible, stronly RTL).
38 &#x202D; - The LRO (left-to-right override) formatting character. 38 &#x202D; - The LRO (left-to-right override) formatting character.
39 &#x202C; - The PDF (pop directional formatting) formatting character; cl oses LRO. 39 &#x202C; - The PDF (pop directional formatting) formatting character; cl oses LRO.
40 </div> 40 </div>
41 <div class="test"> 41 <div class="test">
42 &#x05D1;&#x05D0;&#x200E; 42 &#x05D1;&#x05D0;&#x200E;
43 <bdo dir="rtl">ih 43 <bdo dir="rtl">ih
44 <bdo dir="ltr">&#x05D2;&#x05D3; 44 <bdo dir="ltr">&#x05D2;&#x05D3;
45 <span dir="rtl">fg&#x200F; 45 <span dir="rtl">fg&#x200F;
46 <span dir="ltr">1. I like &#x05D4;.<br/> 46 <span dir="ltr">1. I like &#x05D4;.<br/>
47 2. &#x05D4; is great!</span> 47 2. &#x05D4; is great!</span>
48 &#x200F;cd</span> 48 &#x200F;cd</span>
49 &#x05D5;&#x05D6;</bdo> 49 &#x05D5;&#x05D6;</bdo>
50 ba</bdo> 50 ba</bdo>
51 &#x200E;&#x05D8;&#x05D7; 51 &#x200E;&#x05D8;&#x05D7;
52 </div> 52 </div>
53 <div class="ref"> 53 <div class="ref">
54 &#x202D;&#x05D0;&#x05D1; &#x05D2;&#x05D3; 1. I like &#x05D4;. fg hi&#x202C ; 54 &#x202D;&#x05D0;&#x05D1; &#x05D2;&#x05D3; 1. I like &#x05D4;. fg hi&#x202C ;
55 <br/> 55 <br/>
56 &#x202D;ab cd 2. &#x05D4; is great! &#x05D5;&#x05D6; &#x05D7;&#x05D8;&#x20 2C; 56 &#x202D;ab cd 2. &#x05D4; is great! &#x05D5;&#x05D6; &#x05D7;&#x05D8;&#x20 2C;
57 </div> 57 </div>
58 </body> 58 </body>
59 </html> 59 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698