Chromium Code Reviews| 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 7f16fa745e0ad02c628c89d64296c0812bf56535..c5aaa7bb33ef971b057dd88d8ad664adfd0f9e2e 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 |
| @@ -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. |
|
bokan
2016/06/16 07:22:43
Lets just make it return 0 in this case.
ymalik
2016/06/20 15:52:56
Done.
|
| +PASS window.cached_visualViewport.scrollLeft is 0 |
| +PASS window.cached_visualViewport.scrollTop is 0 |
| PASS successfullyParsed is true |
| TEST COMPLETE |