| Index: LayoutTests/fast/dom/dom-constructors-expected.txt
|
| diff --git a/LayoutTests/fast/dom/dom-constructors-expected.txt b/LayoutTests/fast/dom/dom-constructors-expected.txt
|
| index cc770ab0aa650446fde598f2ff2995b17a9a29cf..b8699b2dfaa01899cae653c8a698c149eae5ec58 100644
|
| --- a/LayoutTests/fast/dom/dom-constructors-expected.txt
|
| +++ b/LayoutTests/fast/dom/dom-constructors-expected.txt
|
| @@ -6,7 +6,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| PASS TryAllocate('Attr') is 'exception'
|
| PASS TryAllocate('CharacterData') is 'exception'
|
| PASS TryAllocate('CDATASection') is 'exception'
|
| -PASS TryAllocate('Comment') is 'exception'
|
| PASS TryAllocate('Document') is 'exception'
|
| PASS TryAllocate('DocumentType') is 'exception'
|
| PASS TryAllocate('Element') is 'exception'
|
| @@ -126,6 +125,9 @@ PASS TryAllocate('XPathNSResolver') is 'no constructor'
|
| PASS TryAllocate('EventTarget') is 'no constructor'
|
| PASS TryAllocate('EventListener') is 'no constructor'
|
| 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('DOMParser') is '[object DOMParser]'
|
| PASS TryAllocate('DOMParser') is '[object DOMParser]'
|
| PASS TryAllocate('DOMParser') is '[object DOMParser]'
|
|
|