| Index: chrome/test/data/drive_first_run/good/endpoint.html
|
| diff --git a/chrome/test/data/drive_first_run/good/endpoint.html b/chrome/test/data/drive_first_run/good/endpoint.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a1045dde11b3e04c644e63307429054c12d0445f
|
| --- /dev/null
|
| +++ b/chrome/test/data/drive_first_run/good/endpoint.html
|
| @@ -0,0 +1,12 @@
|
| +<html>
|
| +<title>Test Endpoint</title>
|
| +<body>
|
| +<p> This endpoint should open and register a background page for the app. </p>
|
| +
|
| +<script type="text/javascript">
|
| +document.addEventListener("DOMContentLoaded", function(event) {
|
| + window.open("background.html#0", "bg", "background");
|
| +});
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|