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

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

Issue 14931009: Make Comment constructable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 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: LayoutTests/fast/dom/dom-constructors.html
diff --git a/LayoutTests/fast/dom/dom-constructors.html b/LayoutTests/fast/dom/dom-constructors.html
index d44840d29d8825082b49953c996db5f6208e89a2..b757acc6d352d39627bfeb8a7190b54719fc959c 100644
--- a/LayoutTests/fast/dom/dom-constructors.html
+++ b/LayoutTests/fast/dom/dom-constructors.html
@@ -16,7 +16,6 @@ var objects_exception = [
'Attr',
'CharacterData',
'CDATASection',
- 'Comment',
'Document',
'DocumentType',
'Element',
@@ -134,6 +133,7 @@ var objects_exception = [
// These objects should have a working constructor.
var objects_constructor = [
+ 'Comment',
'DOMParser',
'DocumentFragment',
'Range',
« no previous file with comments | « LayoutTests/fast/dom/Comment/comment-constructor-expected.txt ('k') | LayoutTests/fast/dom/dom-constructors-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698