Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt

Issue 1892083002: Generic Sensor API : Ambient Light Sensor API. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re entrancy fix Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
index a28b9b4d0d48bce3dbea1367acb6f5b6653fefa4..c20e82a7fed8dacdc19e126bec9c56d1b0165631 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
@@ -48,6 +48,10 @@ 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_mediaDevices.ondevicechange 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

Powered by Google App Engine
This is Rietveld 408576698