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

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

Issue 2881323002: Support Document constructor. (Closed)
Patch Set: add svg/xml tests Created 3 years, 7 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 4d7c572273db91c33520de87db5943675f0f66de..9a63addbeeaaa903fe347318dfb950537f4d0eaa 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
@@ -16,7 +16,6 @@ var objects_exception = [
'Attr',
'CharacterData',
'CDATASection',
- 'Document',
'DocumentType',
'Element',
'EventTarget',
@@ -124,6 +123,7 @@ var objects_constructor = [
'Comment',
'DataTransfer',
'DOMParser',
+ 'Document',
'DocumentFragment',
'Range',
'Text',

Powered by Google App Engine
This is Rietveld 408576698