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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/rendering/bindings/the-input-element-as-a-text-entry-widget/unrecognized-type-should-fallback-as-text-type-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 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>Unrecognized type should fallback as text type</title> 3 <title>Unrecognized type should fallback as text type</title>
4 <link rel="match" href="unrecognized-type-should-fallback-as-text-type-ref.html" >
5 <body> 4 <body>
6 <input type="text"> 5 <input type="text">
7 <input type="text"> 6 <input type="text">
8 </body> 7 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698