Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt |
| index a30d6e1de3fe94a22b2d778d3e44e20a54e2bb4e..dac698a060e21f86d47169472f7833161f18ae3d 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt |
| @@ -215,6 +215,11 @@ PASS childWindow.status is '' |
| PASS childWindow.statusbar.visible is false |
| PASS childWindow.styleMedia.type is '' |
| PASS childWindow.toolbar.visible is false |
| +FAIL childWindow.visualViewport.clientHeight should be 0. Threw exception TypeError: Cannot read property 'clientHeight' of null |
|
bokan
2016/06/16 07:22:43
Why do some other properties not throw? e.g. child
ymalik
2016/06/20 15:52:56
I think it has to do with whether or not a propert
|
| +FAIL childWindow.visualViewport.clientWidth should be 0. Threw exception TypeError: Cannot read property 'clientWidth' of null |
| +FAIL childWindow.visualViewport.pageScale should be 0. Threw exception TypeError: Cannot read property 'pageScale' of null |
| +FAIL childWindow.visualViewport.scrollLeft should be 0. Threw exception TypeError: Cannot read property 'scrollLeft' of null |
| +FAIL childWindow.visualViewport.scrollTop should be 0. Threw exception TypeError: Cannot read property 'scrollTop' of null |
| PASS successfullyParsed is true |
| TEST COMPLETE |