| 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 47dbbcf15556adbc0b857e6ddc95fa504d6d88ee..dddcba7cd13633539891698e04a5aee435a1a53c 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
|
| @@ -225,6 +225,8 @@ PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
|
| PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
|
| PASS oldChildWindow.visualViewport.clientHeight is newChildWindow.visualViewport.clientHeight
|
| PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport.clientWidth
|
| +PASS oldChildWindow.visualViewport.onresize is newChildWindow.visualViewport.onresize
|
| +PASS oldChildWindow.visualViewport.onscroll is newChildWindow.visualViewport.onscroll
|
| PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale
|
| PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.scrollLeft
|
| PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.scrollTop
|
|
|