| OLD | NEW |
| (Empty) | |
| 1 # Remote Playback API specification Tests |
| 2 |
| 3 The Remote Playback API can be found here: |
| 4 |
| 5 GitHub repository: https://github.com/w3c/remote-playback/ |
| 6 |
| 7 File an issue: https://github.com/w3c/remote-playback/issues/new |
| 8 |
| 9 ## Hardware/network dependency |
| 10 |
| 11 The Remote Playback API requires to communicate with a device over the network. |
| 12 Some behavior would require a real devices to be implemented. In order to keep |
| 13 these tests automated, only behaviors that can be run without user gesture or |
| 14 specific configurations are available here. |
| 15 |
| 16 ## TODO |
| 17 |
| 18 Some tests are missing, including, but not only: |
| 19 * IDL tests |
| OLD | NEW |