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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html

Issue 2784473003: Add constructor for DataTransfer (Closed)
Patch Set: Update webkit fast/dom constructor test Created 3 years, 9 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/fast/dom/dom-constructors.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html b/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
index 5b589a63f507d69a526bccf812632e18e8c88942..4d7c572273db91c33520de87db5943675f0f66de 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
@@ -88,7 +88,6 @@ var objects_exception = [
'CSSStyleRule',
'CSSStyleSheet',
'DOMImplementation',
- 'DataTransfer',
'HTMLCollection',
'MediaList',
'MimeType',
@@ -123,6 +122,7 @@ var objects_exception = [
// These objects should have a working constructor.
var objects_constructor = [
'Comment',
+ 'DataTransfer',
'DOMParser',
'DocumentFragment',
'Range',

Powered by Google App Engine
This is Rietveld 408576698