| 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 387cede8d458437477efbc4df5482aface4ae950..974b61d6729f772b2e3f8ab4c9455cd44259af2a 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
|
| @@ -50,6 +50,10 @@ PASS childWindow.navigator.cookieEnabled is false
|
| PASS childWindow.navigator.doNotTrack is null
|
| PASS childWindow.navigator.hardwareConcurrency is window.navigator.hardwareConcurrency
|
| PASS childWindow.navigator.language is window.navigator.language
|
| +PASS childWindow.navigator.lightSensor.onchange is null
|
| +PASS childWindow.navigator.lightSensor.onerror is null
|
| +PASS childWindow.navigator.lightSensor.onstatechange is null
|
| +PASS childWindow.navigator.lightSensor.reading.timeStamp is 0
|
| PASS childWindow.navigator.maxTouchPoints is 0
|
| PASS childWindow.navigator.mediaDevices.ondevicechange is null
|
| PASS childWindow.navigator.onLine is window.navigator.onLine
|
|
|