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

Unified Diff: third_party/WebKit/LayoutTests/resources/idlharness.js

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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/resources/idlharness.js
diff --git a/third_party/WebKit/LayoutTests/resources/idlharness.js b/third_party/WebKit/LayoutTests/resources/idlharness.js
index 5002ec50b365c0f303a2b9992749b5a07e022eac..6089646591f2d1364c382da64263f7a153668f34 100644
--- a/third_party/WebKit/LayoutTests/resources/idlharness.js
+++ b/third_party/WebKit/LayoutTests/resources/idlharness.js
@@ -1394,6 +1394,9 @@ IdlInterface.prototype.test_members = function()
{
this.test_member_attribute(member);
}
+ if (member.stringifier) {
+ this.test_member_stringifier(member);
+ }
break;
case "operation":

Powered by Google App Engine
This is Rietveld 408576698