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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-textarea-N-EN.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: textarea with dir=auto, all N+EN</title> 5 <title>HTML Test: textarea with dir=auto, all N+EN</title>
6 <link rel="match" href="dir_auto-textarea-N-EN-ref.html" /> 6 <link rel="match" href="dir_auto-textarea-N-EN-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 11 matching lines...) Expand all
22 border: medium solid gray; 22 border: medium solid gray;
23 width: 400px; 23 width: 400px;
24 margin: 20px; 24 margin: 20px;
25 } 25 }
26 .comments { 26 .comments {
27 display: none; 27 display: none;
28 } 28 }
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 &#x200E; - LRM, the invisible left-to-right mark (strongly LTR). 35 &#x200E; - LRM, the invisible left-to-right mark (strongly LTR).
36 &#x200F; - RLM, the invisible right-to-left mark (strongly RTL). 36 &#x200F; - RLM, the invisible right-to-left mark (strongly RTL).
37 We use text-align:left because neither the dir="auto" nor the unicode-bidi :plaintext 37 We use text-align:left because neither the dir="auto" nor the unicode-bidi :plaintext
38 specification states whether text-align:start and text-align:end should ob ey the paragraph 38 specification states whether text-align:start and text-align:end should ob ey the paragraph
39 direction or the direction property in a unicode-bidi:plaintext element. 39 direction or the direction property in a unicode-bidi:plaintext element.
40 </div> 40 </div>
41 <div class="test"> 41 <div class="test">
42 <div dir="ltr"> 42 <div dir="ltr">
(...skipping 14 matching lines...) Expand all
57 </textarea> 57 </textarea>
58 </div> 58 </div>
59 <div dir="rtl"> 59 <div dir="rtl">
60 <textarea rows="2" dir="ltr"> 60 <textarea rows="2" dir="ltr">
61 @123! 61 @123!
62 </textarea> 62 </textarea>
63 </div> 63 </div>
64 </div> 64 </div>
65 </body> 65 </body>
66 </html> 66 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698