| Index: LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt
|
| ===================================================================
|
| --- LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt (revision 138923)
|
| +++ LayoutTests/fast/dom/shadow/shadow-root-js-api-expected.txt (working copy)
|
| @@ -3,6 +3,10 @@
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +PASS window.ShadowRoot is undefined.
|
| +PASS window.WebKitShadowRoot is defined.
|
| +PASS new window.WebKitShadowRoot(document.createElement('div')) threw exception TypeError: Illegal constructor.
|
| +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]
|
|
|