Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <title>Navigator MediaSession Test</title> | |
| 3 <script src="../../resources/testharness.js"></script> | |
| 4 <script src="../../resources/testharnessreport.js"></script> | |
| 5 <script> | |
| 6 | |
| 7 test(function() { | |
|
Zhiqiang Zhang (Slow)
2017/02/06 11:14:23
nit: Is this an intended remove?
mlamouri (slow - plz ping)
2017/02/08 13:39:48
Yes, idltestharness.html should test this.
| |
| 8 assert_true(window.navigator.mediaSession instanceof MediaSession); | |
| 9 }); | |
| 10 | |
| 11 </script> | |
| OLD | NEW |