| Index: LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes-expected.txt b/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes-expected.txt
|
| index 791b216577d2434241d233c0acddadc815714f69..881f051641bfb4138a845bec56a28c6747407b27 100644
|
| --- a/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes-expected.txt
|
| @@ -23,6 +23,8 @@ PASS window.ononline is func
|
| PASS window.ononline is document.body.ononline
|
| PASS window.onresize is func
|
| PASS window.onresize is document.body.onresize
|
| +PASS window.onscroll is func
|
| +PASS window.onscroll is document.body.onscroll
|
| PASS window.onstorage is func
|
| PASS window.onstorage is document.body.onstorage
|
| PASS window.onunload is func
|
|
|