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 626c8cf182dd104ada26b018dc903f9622eb0daa..78afec1ada8745deffd99676aec12aeb9c7ec739 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 |
@@ -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 '' |