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

Unified Diff: chrome/test/data/extensions/api_test/media_remoting/render_init_fail.html

Issue 2724173002: Media Remoting: Add browser tests. (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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/media_remoting/render_init_fail.html
diff --git a/chrome/test/data/extensions/api_test/media_remoting/render_init_fail.html b/chrome/test/data/extensions/api_test/media_remoting/render_init_fail.html
new file mode 100644
index 0000000000000000000000000000000000000000..dbc1561092de2a4b9a7f966012ec1e13137c18d3
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/media_remoting/render_init_fail.html
@@ -0,0 +1,11 @@
+<html>
+ <body>
+ <video id="video">
+ <source src="bear.mp4" type="video/mp4">
+ </video>
+ </body>
+ <script src="test_init.js" type="text/javascript"></script>
+ <script src="test_rpc.js" type="text/javascript"></script>
+ <script src="test_media_router.js"></script>
+ <script src="render_init_fail.js"></script>
+</html>

Powered by Google App Engine
This is Rietveld 408576698