Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Side by Side Diff: third_party/WebKit/LayoutTests/media/mediasession/navigator-mediasession.html

Issue 2674793003: Media Session: move all tests but mojo/ ones to external/wpt/. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/media/mediasession/mediasessionmetadata.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/media/mediasession/mediasessionmetadata.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698