Index: third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js |
index 5cbd31604727f7d460aacdc363de3862d429c387..ca90d3d44e903dde9861d2cd08c418b4970fc7e4 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js |
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js |
@@ -50,6 +50,10 @@ function emitExpectedResult(path, expected) |
if (propertyPath == 'navigator.connection.downlinkMax') |
return; |
+ // Skip some lightSensor proeperties. |
+ if (propertyPath == 'navigator.lightSensor.reading.illuminance' || propertyPath == 'navigator.lightSensor.state') |
+ return; |
+ |
switch (propertyPath) { |
case "location.href": |
expected = "'about:blank'"; |