| 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 1c0afc4c6b48940fc910eca04fe6eccdd0bfa0cd..5ff7524262b2968795a881ba221bdafc02ada73e 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
|
| @@ -186,6 +186,10 @@ PASS childWindow.screenY is 0
|
| PASS childWindow.scrollX is 0
|
| PASS childWindow.scrollY is 0
|
| PASS childWindow.scrollbars.visible is false
|
| +PASS childWindow.speechSynthesis.onvoiceschanged is null
|
| +PASS childWindow.speechSynthesis.paused is false
|
| +PASS childWindow.speechSynthesis.pending is false
|
| +PASS childWindow.speechSynthesis.speaking is false
|
| PASS childWindow.status is ''
|
| PASS childWindow.statusbar.visible is false
|
| PASS childWindow.styleMedia.type is ''
|
|
|