Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt |
index 36a4f8a3b90f2e0ed4a5c1d4c364ad51f1ec6057..3cb156c0d3be536c3518ff0a3a2838f4dccb8494 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt |
@@ -47,6 +47,10 @@ PASS window.cached_navigator.vendor is window.navigator.vendor |
PASS window.cached_navigator.vendorSub is '' |
PASS window.cached_navigator_connection.onchange is null |
PASS window.cached_navigator_connection.ontypechange is null |
+PASS window.cached_navigator_lightSensor.onchange is null |
+PASS window.cached_navigator_lightSensor.onerror is null |
+PASS window.cached_navigator_lightSensor.onstatechange is null |
+PASS window.cached_navigator_lightSensor.reading.timeStamp is 0 |
PASS window.cached_navigator_presentation.defaultRequest is null |
PASS window.cached_navigator_presentation.receiver.onconnectionavailable is null |
PASS window.cached_navigator_serviceWorker.controller is null |