| Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| index 08b823463d2ffae761d5983ca735a4957996a85c..50f26f3ca532793bb9e760721c4f36e3eb78c348 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| @@ -214,6 +214,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
|
| +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
|
|
|