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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/dir_auto-contained-L-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 L within contained element</title> 5 <title>HTML Test: dir=auto, start with L within contained element</title>
6 <link rel="match" href="dir_auto-contained-L-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, including text within contained elements. 12 of the text, including text within contained elements.
14 In this test, it is the Latin letter A, thus the direction must be 13 In this test, it is the Latin letter A, thus the direction must be
15 resolved as LTR." /> 14 resolved as LTR." />
16 <style> 15 <style>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <div class="ref"> 52 <div class="ref">
54 <div dir="ltr"> 53 <div dir="ltr">
55 <div dir="ltr"><div><div>ABC&#x05D0;&#x05D1;&#x05D2;.</div>&#x05D3;&#x05 D4;</div>&#x05D5;</div> 54 <div dir="ltr"><div><div>ABC&#x05D0;&#x05D1;&#x05D2;.</div>&#x05D3;&#x05 D4;</div>&#x05D5;</div>
56 </div> 55 </div>
57 <div dir="rtl"> 56 <div dir="rtl">
58 <div dir="ltr"><div><div>ABC&#x05D0;&#x05D1;&#x05D2;.</div>&#x05D3;&#x05 D4;</div>&#x05D5;</div> 57 <div dir="ltr"><div><div>ABC&#x05D0;&#x05D1;&#x05D2;.</div>&#x05D3;&#x05 D4;</div>&#x05D5;</div>
59 </div> 58 </div>
60 </div> 59 </div>
61 </body> 60 </body>
62 </html> 61 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698