| Index: LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt b/LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt
|
| index 67089556ddda989fd0297f21abff10ac2a097026..6ff7bae9ad4e9d1ee4af74dc990aaf9a8353bde9 100644
|
| --- a/LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/getelementbyid-shadow-expected.txt
|
| @@ -4,6 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS document.getElementById("A") is A
|
| +PASS shadowRootA.getElementById() threw exception TypeError: Failed to execute 'getElementById' on 'DocumentFragment': 1 argument required, but only 0 present..
|
| PASS shadowRootA.getElementById("B") is B
|
| PASS shadowRootB.getElementById("C") is C
|
| PASS shadowRootC.getElementById("D") is D
|
|
|