| Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
|
| index e868dcbb034df1dd7f91804a26a337a43b97e594..2e9c722cf19defdd9d8c081bc91b2bd5389c40ab 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
|
| @@ -104,6 +104,8 @@ PASS window.cached_styleMedia.type is ''
|
| PASS window.cached_toolbar.visible is false
|
| PASS window.cached_visualViewport.clientHeight is 0
|
| PASS window.cached_visualViewport.clientWidth is 0
|
| +PASS window.cached_visualViewport.onresize is null
|
| +PASS window.cached_visualViewport.onscroll is null
|
| PASS window.cached_visualViewport.scale is 0
|
| PASS window.cached_visualViewport.scrollLeft is 0
|
| PASS window.cached_visualViewport.scrollTop is 0
|
|
|