| 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',
|
|
|