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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-002-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>ol element</title> 5 <title>ol element</title>
6 <link rel="author" title="dzenana" href="mailto:dzenana.trenutak@gmail.com"> 6 <link rel="author" title="dzenana" href="mailto:dzenana.trenutak@gmail.com">
7 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-ol-elemen t"> 7 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-ol-elemen t">
8 <link rel="match" href="grouping-ol-type-reftest-002.html" />
9 <meta name="assert" content="List items are rendered consistently with the s tate of the type attribute." /> 8 <meta name="assert" content="List items are rendered consistently with the s tate of the type attribute." />
10 <style type="text/css"> 9 <style type="text/css">
11 span p {display:list-item; margin-left: 0; margin-top: 0; margin-bottom: 0; padding-left: 0; padding-top: 0; padding-bottom: 0;} 10 span p {display:list-item; margin-left: 0; margin-top: 0; margin-bottom: 0; padding-left: 0; padding-top: 0; padding-bottom: 0;}
12 span span p {margin-left: 0; margin-top: 0; margin-bottom: 0; padding-le ft: 5em; padding-top: 0; padding-bottom: 0; font-family: monospace;} 11 span span p {margin-left: 0; margin-top: 0; margin-bottom: 0; padding-le ft: 5em; padding-top: 0; padding-bottom: 0; font-family: monospace;}
13 </style> 12 </style>
14 </head> 13 </head>
15 <body> 14 <body>
16 <p>This test continues to validate the ol element. This reftest is necessary because the values of the ol's li children as calculated and displayed by the u ser agent are NOT systematically available programatically. Only explicitly-set values are available programatically. Therefore, we need to check actual renderi ng against expected rendering.</p> 15 <p>This test continues to validate the ol element. This reftest is necessary because the values of the ol's li children as calculated and displayed by the u ser agent are NOT systematically available programatically. Only explicitly-set values are available programatically. Therefore, we need to check actual renderi ng against expected rendering.</p>
17 16
18 <p>The spec states:</p> 17 <p>The spec states:</p>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 <span> 53 <span>
55 <p>I.</p> 54 <p>I.</p>
56 <p>V.</p> 55 <p>V.</p>
57 <p>C.</p> 56 <p>C.</p>
58 </span> 57 </span>
59 58
60 </span> 59 </span>
61 60
62 </body> 61 </body>
63 </html> 62 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698