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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/dom-constructors-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/dom-constructors-expected.txt
index 3d063a7fd81713b1fca1d013d6361fa9988aa034..6f56096534c292dbe8f05c96668b3d6398be60e4 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/dom-constructors-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/dom-constructors-expected.txt
@@ -78,7 +78,6 @@ PASS TryAllocate('CSSStyleDeclaration') is 'exception'
PASS TryAllocate('CSSStyleRule') is 'exception'
PASS TryAllocate('CSSStyleSheet') is 'exception'
PASS TryAllocate('DOMImplementation') is 'exception'
-PASS TryAllocate('DataTransfer') is 'exception'
PASS TryAllocate('HTMLCollection') is 'exception'
PASS TryAllocate('MediaList') is 'exception'
PASS TryAllocate('MimeType') is 'exception'
@@ -116,6 +115,9 @@ PASS TryAllocate('NPObject') is 'no constructor'
PASS TryAllocate('Comment') is '[object Comment]'
PASS TryAllocate('Comment') is '[object Comment]'
PASS TryAllocate('Comment') is '[object Comment]'
+PASS TryAllocate('DataTransfer') is '[object DataTransfer]'
+PASS TryAllocate('DataTransfer') is '[object DataTransfer]'
+PASS TryAllocate('DataTransfer') is '[object DataTransfer]'
PASS TryAllocate('DOMParser') is '[object DOMParser]'
PASS TryAllocate('DOMParser') is '[object DOMParser]'
PASS TryAllocate('DOMParser') is '[object DOMParser]'
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html ('k') | third_party/WebKit/Source/core/clipboard/DataTransfer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698