mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests to revision cf261625e2d230ab219eec966f4abe26e3401b64
This commit is contained in:
parent
11a89bcc47
commit
8f98acd0e7
297 changed files with 3396 additions and 1555 deletions
|
@ -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.
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue