| Index: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| index 2bbb770d1493aa13f765c4381e2a3833c785efd1..88f30956a09efaf64bb3a164c401d33d2cad017f 100644
|
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| @@ -182,7 +182,9 @@ PASS childWindow.screen.availTop is 0
|
| PASS childWindow.screen.availWidth is 0
|
| PASS childWindow.screen.colorDepth is 0
|
| PASS childWindow.screen.height is 0
|
| -PASS childWindow.screen.orientation is 'portrait-primary'
|
| +FAIL childWindow.screen.orientation.angle should be 0. Threw exception TypeError: Cannot read property 'angle' of null
|
| +FAIL childWindow.screen.orientation.onchange should be null. Threw exception TypeError: Cannot read property 'onchange' of null
|
| +FAIL childWindow.screen.orientation.type should be . Threw exception TypeError: Cannot read property 'type' of null
|
| PASS childWindow.screen.pixelDepth is 0
|
| PASS childWindow.screen.width is 0
|
| PASS childWindow.screenLeft is 0
|
|
|