| 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..7625322e34ff857986664cb10bfee8db98feef93 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 properties.
 | 
| +    if (propertyPath == 'navigator.lightSensor.reading.illuminance' || propertyPath == 'navigator.lightSensor.state')
 | 
| +      return;
 | 
| +
 | 
|      switch (propertyPath) {
 | 
|      case "location.href":
 | 
|          expected = "'about:blank'";
 | 
| 
 |