| 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 6f56096534c292dbe8f05c96668b3d6398be60e4..8e9e8e79ea730f6f89d021f5c008a5924901085b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/dom-constructors-expected.txt
|
| +++ b/third_party/WebKit/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('Document') is 'exception'
|
| PASS TryAllocate('DocumentType') is 'exception'
|
| PASS TryAllocate('Element') is 'exception'
|
| PASS TryAllocate('EventTarget') is 'exception'
|
| @@ -121,6 +120,9 @@ PASS TryAllocate('DataTransfer') is '[object DataTransfer]'
|
| PASS TryAllocate('DOMParser') is '[object DOMParser]'
|
| PASS TryAllocate('DOMParser') is '[object DOMParser]'
|
| PASS TryAllocate('DOMParser') is '[object DOMParser]'
|
| +PASS TryAllocate('Document') is '[object Document]'
|
| +PASS TryAllocate('Document') is '[object Document]'
|
| +PASS TryAllocate('Document') is '[object Document]'
|
| PASS TryAllocate('DocumentFragment') is '[object DocumentFragment]'
|
| PASS TryAllocate('DocumentFragment') is '[object DocumentFragment]'
|
| PASS TryAllocate('DocumentFragment') is '[object DocumentFragment]'
|
|
|