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

Side by Side Diff: chrome/test/data/extensions/api_test/media_remoting/route_terminate.html

Issue 2724173002: Media Remoting: Add browser tests. (Closed)
Patch Set: Created 3 years, 9 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
OLDNEW
(Empty)
1 <html>
2 <body>
3 <video id="video">
4 <source src="bear.mp4" type="video/mp4">
5 </video>
6 </body>
7 <script src="test_init.js" type="text/javascript"></script>
8 <script src="test_rpc.js" type="text/javascript"></script>
9 <script src="test_media_router.js"></script>
10 <script src="route_terminate.js"></script>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698