Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / webrequest_hosted_app / index.html
blob024d301dc3fa24a492c3c1325551b46f8cbe606e
1 <!--
2 * Copyright 2015 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the
4 * LICENSE file.
5 -->
6 <script>
7 console.assert(chrome.app.isInstalled, 'This page should be a hosted app.');
9 fetch('./index.html').catch(function() {
10 console.error('fetch unexpectedly failed!');
11 });
12 </script>