Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/web_view/load_webview_accessible_resource/assets/foo.html |
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/load_webview_accessible_resource/assets/foo.html b/chrome/test/data/extensions/platform_apps/web_view/load_webview_accessible_resource/assets/foo.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cd3aa88f0051e3f0a915a8603182d6af0b020e08 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/platform_apps/web_view/load_webview_accessible_resource/assets/foo.html |
| @@ -0,0 +1,11 @@ |
| +<!doctype html> |
| +<!-- |
| + * Copyright 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> |
| +<body> |
| + Foo |
| +</body> |
| +</html> |