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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/historical.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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
index 58881affcccb77583a57aedbb09d40428970b529..cec309308649c605340abe91ee0b1fb6e1bc9ec1 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
@@ -10,7 +10,6 @@ function isInterfaceNuked(name) {
}, "Historical DOM features must be removed: " + name)
}
var nukedInterfaces = [
- "CDATASection",
"DOMConfiguration",
"DOMError",
"DOMErrorHandler",
@@ -39,7 +38,6 @@ function isNukedFromDocument(name) {
}, "Historical DOM features must be removed: " + name)
}
var documentNuked = [
- "createCDATASection",
"createEntityReference",
"xmlEncoding",
"xmlStandalone",

Powered by Google App Engine
This is Rietveld 408576698