| Index: chrome/test/media_router/resources/basic_test.html
|
| diff --git a/chrome/test/media_router/resources/basic_test.html b/chrome/test/media_router/resources/basic_test.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7d4666f01c274ea0d268168506b552cf42925735
|
| --- /dev/null
|
| +++ b/chrome/test/media_router/resources/basic_test.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE HTML>
|
| +<html xmlns="http://www.w3.org/1999/xhtml">
|
| + <head>
|
| + <title>MR Integration Basic Test</title>
|
| + <link href="https://www.google.com/cast?__testprovider__=true" rel="default-presentation">
|
| + <script type="text/javascript" src="common.js"></script>
|
| + </head>
|
| + <body>
|
| + </body>
|
| +</html>
|
|
|