| Index: LayoutTests/fast/dom/shadow/event-path-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/event-path-expected.txt b/LayoutTests/fast/dom/shadow/event-path-expected.txt
|
| index 25316d5bd6261d5f51bd0fd5c013b4997ab48d3f..f0ace81640981f650ae8d3cb029212e1b44af952 100644
|
| --- a/LayoutTests/fast/dom/shadow/event-path-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/event-path-expected.txt
|
| @@ -1,6 +1,10 @@
|
| +Makes sure that event.path is empty before dispatching the event.
|
| +length: 0
|
| #b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 5
|
| Makes sure that event.path returns static NodeList.
|
| #b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 5
|
| +Makes sure that event.path isn't emptified after dispatching the event.
|
| +#b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 5
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|