| Index: LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt b/LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt
|
| index b2f5f17557e65ce85088ea5a6e47bbf948843b02..ea16487685d124870aa288fbc1b3963b775a3613 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt
|
| @@ -4,11 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS window.ShadowRoot is defined.
|
| -PASS window.WebKitShadowRoot is defined.
|
| PASS new window.ShadowRoot(document.createElement('div')) threw exception TypeError: Illegal constructor.
|
| -PASS new window.WebKitShadowRoot(document.createElement('div')) threw exception TypeError: Illegal constructor.
|
| PASS shadowRoot instanceof window.ShadowRoot is true
|
| -PASS shadowRoot instanceof window.WebKitShadowRoot is true
|
| PASS shadowRoot.getElementById('div1') is div1
|
| PASS shadowRoot.getElementById('foo') is null
|
| PASS shadowRoot.getElementsByClassName('class2') is [div2]
|
|
|