| 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 c2b9fbd71c01c0710db86a4966a28ad56600859e..f8e55017e84dcb80034391676eb9b33b9f1086d7 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
|
| @@ -102,6 +102,11 @@ PASS window.cached_speechSynthesis.speaking is false
|
| PASS window.cached_statusbar.visible is false
|
| 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
|
| +FAIL window.cached_visualViewport.pageScale should be 0. Was 1.
|
| +PASS window.cached_visualViewport.scrollLeft is 0
|
| +PASS window.cached_visualViewport.scrollTop is 0
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|