| Index: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| index 0022e18dab0dc184842dba02ac5b89b4c3bd2434..435da3a4af2491552047248672d98188c83ca047 100644
|
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| @@ -119,6 +119,14 @@ PASS oldChildWindow.onpageshow is newChildWindow.onpageshow
|
| PASS oldChildWindow.onpause is newChildWindow.onpause
|
| PASS oldChildWindow.onplay is newChildWindow.onplay
|
| PASS oldChildWindow.onplaying is newChildWindow.onplaying
|
| +PASS oldChildWindow.onpointercancel is newChildWindow.onpointercancel
|
| +PASS oldChildWindow.onpointerdown is newChildWindow.onpointerdown
|
| +PASS oldChildWindow.onpointerenter is newChildWindow.onpointerenter
|
| +PASS oldChildWindow.onpointerleave is newChildWindow.onpointerleave
|
| +PASS oldChildWindow.onpointermove is newChildWindow.onpointermove
|
| +PASS oldChildWindow.onpointerout is newChildWindow.onpointerout
|
| +PASS oldChildWindow.onpointerover is newChildWindow.onpointerover
|
| +PASS oldChildWindow.onpointerup is newChildWindow.onpointerup
|
| PASS oldChildWindow.onpopstate is newChildWindow.onpopstate
|
| PASS oldChildWindow.onprogress is newChildWindow.onprogress
|
| PASS oldChildWindow.onratechange is newChildWindow.onratechange
|
|
|