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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs-ref.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 <link rel="match" href="dir_auto-textarea-N-between-Rs-ref.html" /> 5 <link rel="match" href="dir_auto-textarea-N-between-Rs-ref.html" />
6 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com" /> 6 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com" />
7 <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googleg roups.com" /> 7 <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googleg roups.com" />
8 <style> 8 <style>
9 body, textarea { 9 body, textarea {
10 font-size:18px; 10 font-size:18px;
11 text-align:left; 11 text-align:left;
12 } 12 }
13 textarea { 13 textarea {
14 resize: none; 14 resize: none;
15 } 15 }
16 .test, .ref { 16 .test, .ref {
17 border: medium solid gray; 17 border: medium solid gray;
18 width: 400px; 18 width: 400px;
19 margin: 20px; 19 margin: 20px;
20 } 20 }
21 .comments { 21 .comments {
22 display: none; 22 display: none;
23 } 23 }
24 </style> 24 </style>
25 </head> 25 </head>
26 <body> 26 <body>
27 <div class="instructions" style="display:none"><p>Test passes if the two box es below look exactly the same.</p></div> 27 <div class="instructions"><p>Test passes if the two boxes below look exactly the same.</p></div>
28 <div class="comments"> 28 <div class="comments">
29 Key to entities used below: 29 Key to entities used below:
30 &#x05D0; - The Hebrew letter Alef (strongly RTL). 30 &#x05D0; - The Hebrew letter Alef (strongly RTL).
31 </div> 31 </div>
32 <div class="test"> 32 <div class="test">
33 <div dir="ltr"> 33 <div dir="ltr">
34 <textarea rows="4" dir="rtl"> 34 <textarea rows="4" dir="rtl">
35 &#x05D0; 35 &#x05D0;
36 !... 36 !...
37 &#x05D0; 37 &#x05D0;
(...skipping 18 matching lines...) Expand all
56 <div dir="rtl"> 56 <div dir="rtl">
57 <textarea rows="4" dir="rtl"> 57 <textarea rows="4" dir="rtl">
58 &#x05D0; 58 &#x05D0;
59 !... 59 !...
60 &#x05D0; 60 &#x05D0;
61 </textarea> 61 </textarea>
62 </div> 62 </div>
63 </div> 63 </div>
64 </body> 64 </body>
65 </html> 65 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698