Index: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt |
diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt |
index 5c2150014e5ece8d8ed44b146a2b97836db14d33..b53708ddce7703da948e0887d04b83b3f0abcea1 100644 |
--- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt |
+++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt |
@@ -183,7 +183,8 @@ 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.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 |