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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-N-EN-R-expected.html

Issue 2303013002: Add UMA metric to track usage of sending a mousedown to select elements. (Closed)
Patch Set: W3C auto test import CL. Created 4 years, 3 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: dir=auto, start with N, then EN, then R</title> 5 <title>HTML Test: dir=auto, start with N, then EN, then R</title>
6 <link rel="match" href="dir_auto-N-EN-R-ref.html" />
7 <link rel="author" title="Matitiahu Allouche" href="mailto:matitiahu.allouch e@google.com" /> 6 <link rel="author" title="Matitiahu Allouche" href="mailto:matitiahu.allouch e@google.com" />
8 <link rel="author" title="Oren Roth" href="mailto:oren.roth@gmail.com" /> 7 <link rel="author" title="Oren Roth" href="mailto:oren.roth@gmail.com" />
9 <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" />
10 <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" />
11 <meta name="assert" content=" 10 <meta name="assert" content="
12 When dir='auto', the direction is set according to the first strong charac ter 11 When dir='auto', the direction is set according to the first strong charac ter
13 of the text. 12 of the text.
14 In this test, it is the Hebrew letter Alef since neutrals and digits are n ot 13 In this test, it is the Hebrew letter Alef since neutrals and digits are n ot
15 strongly directional, thus the direction must be resolved as RTL." /> 14 strongly directional, thus the direction must be resolved as RTL." />
16 <style> 15 <style>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 <div class="ref"> 48 <div class="ref">
50 <div dir="ltr"> 49 <div dir="ltr">
51 <p dir="rtl">.-=123&#x05D0;&#x05D1;&#x05D2;ABC.</p> 50 <p dir="rtl">.-=123&#x05D0;&#x05D1;&#x05D2;ABC.</p>
52 </div> 51 </div>
53 <div dir="rtl"> 52 <div dir="rtl">
54 <p dir="rtl">.-=123&#x05D0;&#x05D1;&#x05D2;ABC.</p> 53 <p dir="rtl">.-=123&#x05D0;&#x05D1;&#x05D2;ABC.</p>
55 </div> 54 </div>
56 </div> 55 </div>
57 </body> 56 </body>
58 </html> 57 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698