| Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
| index 6a907450a5c6a4d79dff7556fbeb74b6ded823e5..351692b4fdc1196cea1fa9096ebda4a4e673312f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
| @@ -106,6 +106,8 @@ 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.pageX is 0
|
| +PASS window.cached_visualViewport.pageY is 0
|
| PASS window.cached_visualViewport.scale is 0
|
| PASS window.cached_visualViewport.scrollLeft is 0
|
| PASS window.cached_visualViewport.scrollTop is 0
|
|
|