| Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| index 0c565f6bd64abe640d52bb99bad7a8eb95ea039b..7b498970cd599d1b838073a754c825d46abce38c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
| @@ -124,6 +124,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
|
|
|