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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-rev-reftest-001-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-rev-reftest-001.html" />
9 <meta name="assert" content="OL's reversed attribute creates a descending li st." /> 8 <meta name="assert" content="OL's reversed attribute creates a descending li st." />
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 <h1>Description</h1> 15 <h1>Description</h1>
17 <p>This test continues to validate the ol element.</p> 16 <p>This test continues to validate the ol element.</p>
18 17
(...skipping 26 matching lines...) Expand all
45 <p>3.</p> 44 <p>3.</p>
46 <p>2.</p> 45 <p>2.</p>
47 <p>1.</p> 46 <p>1.</p>
48 </span> 47 </span>
49 48
50 </span> 49 </span>
51 50
52 51
53 </body> 52 </body>
54 </html> 53 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698