Update web-platform-tests to revision cf261625e2d230ab219eec966f4abe26e3401b64

This commit is contained in:
WPT Sync Bot 2018-05-29 21:17:45 -04:00
parent 11a89bcc47
commit 8f98acd0e7
297 changed files with 3396 additions and 1555 deletions

View file

@ -15,6 +15,6 @@ The Chromium implementation of the `GenericSensorTest` interface is located in
Other browser vendors should provide their own implementations of
the `GenericSensorTest` interface.
[Known issue](https://github.com/w3c/web-platform-tests/issues/9686): a
[Known issue](https://github.com/web-platform-tests/wpt/issues/9686): a
WebDriver extension is a better approach for the Generic Sensor tests
automation.

View file

@ -355,7 +355,7 @@ function runGenericSensorTests(sensorName) {
await sensorWatcher.wait_for("reading");
//TODO use mock data to verify sensor readings, blocked by issue:
// https://github.com/w3c/web-platform-tests/issues/9686
// https://github.com/web-platform-tests/wpt/issues/9686
assert_reading_not_null(sensor);
sensor.stop();