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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-pre-mixed.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: pre with dir=auto, mixed L and R paragraphs</title> 5 <title>HTML Test: pre with dir=auto, mixed L and R paragraphs</title>
6 <link rel="match" href="dir_auto-pre-mixed-ref.html" /> 6 <link rel="match" href="dir_auto-pre-mixed-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-dir-attri bute" /> 9 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-dir-attri bute" />
10 <link rel="help" href="http://dev.w3.org/csswg/css3-writing-modes/#unicode-b idi0" /> 10 <link rel="help" href="http://dev.w3.org/csswg/css3-writing-modes/#unicode-b idi0" />
(...skipping 10 matching lines...) Expand all
21 border: medium solid gray; 21 border: medium solid gray;
22 width: 400px; 22 width: 400px;
23 margin: 20px; 23 margin: 20px;
24 } 24 }
25 .comments { 25 .comments {
26 display: none; 26 display: none;
27 } 27 }
28 </style> 28 </style>
29 </head> 29 </head>
30 <body> 30 <body>
31 <div class="instructions" style="display:none"><p>Test passes if the two box es below look exactly the same.</p></div> 31 <div class="instructions"><p>Test passes if the two boxes below look exactly the same.</p></div>
32 <div class="comments"> 32 <div class="comments">
33 Key to entities used below: 33 Key to entities used below:
34 &#x200E; - LRM, the invisible left-to-right mark (strongly LTR). 34 &#x200E; - LRM, the invisible left-to-right mark (strongly LTR).
35 &#x200F; - RLM, the invisible right-to-left mark (strongly RTL). 35 &#x200F; - RLM, the invisible right-to-left mark (strongly RTL).
36 We use text-align:left because neither the dir="auto" nor the unicode-bidi :plaintext 36 We use text-align:left because neither the dir="auto" nor the unicode-bidi :plaintext
37 specification states whether text-align:start and text-align:end should ob ey the paragraph 37 specification states whether text-align:start and text-align:end should ob ey the paragraph
38 direction or the direction property in a unicode-bidi:plaintext element. 38 direction or the direction property in a unicode-bidi:plaintext element.
39 </div> 39 </div>
40 <div class="test"> 40 <div class="test">
41 <div dir="ltr"> 41 <div dir="ltr">
(...skipping 26 matching lines...) Expand all
68 <pre dir="ltr"> 68 <pre dir="ltr">
69 @123! 69 @123!
70 @123! 70 @123!
71 @123! 71 @123!
72 @123! 72 @123!
73 </pre> 73 </pre>
74 </div> 74 </div>
75 </div> 75 </div>
76 </body> 76 </body>
77 </html> 77 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698