| Index: extensions/test/data/web_view/apitest/guest_data_url.html
|
| diff --git a/extensions/test/data/web_view/apitest/guest_data_url.html b/extensions/test/data/web_view/apitest/guest_data_url.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b7a228274f989beb40cfd5de33ec0cd6708e6bef
|
| --- /dev/null
|
| +++ b/extensions/test/data/web_view/apitest/guest_data_url.html
|
| @@ -0,0 +1,17 @@
|
| +<!doctype html>
|
| +<!--
|
| + * Copyright (c) 2017 The Chromium Authors. All rights reserved. Use of this
|
| + * source code is governed by a BSD-style license that can be found in the
|
| + * LICENSE file.
|
| +-->
|
| +<html>
|
| +<head>
|
| + <title>A guest that opens a new window.</title>
|
| + <script type="text/javascript">
|
| + window.location.href =
|
| + "data:text/html,<html><body>Initial dummy guest</body></html>";
|
| + </script>
|
| +</head>
|
| +<body style="padding: 0; margin: 0;">
|
| +</body>
|
| +</html>
|
|
|