| Index: LayoutTests/fast/dom/shadow/elementfrompoint-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/elementfrompoint-expected.txt b/LayoutTests/fast/dom/shadow/elementfrompoint-expected.txt
|
| index 133421f916921a8b47a3de8bc338f3c1d8b99f7a..79d472c882d1122635b7c3055243aebefdbddd9f 100644
|
| --- a/LayoutTests/fast/dom/shadow/elementfrompoint-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/elementfrompoint-expected.txt
|
| @@ -1,4 +1,6 @@
|
|
|
| +PASS shadowRoot.elementFromPoint() threw exception TypeError: Failed to execute 'elementFromPoint' on 'ShadowRoot': 2 arguments required, but only 0 present..
|
| +PASS shadowRoot.elementFromPoint(0) threw exception TypeError: Failed to execute 'elementFromPoint' on 'ShadowRoot': 2 arguments required, but only 1 present..
|
| PASS shadowRoot.elementFromPoint(x12, y12) is box12
|
| PASS nestedShadowRoot.elementFromPoint(x22, y22) is box22
|
| PASS shadowRoot.elementFromPoint(x22, y22) is nestedHost
|
|
|