cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / ui / file_manager / audio_player / audio_player.html
blob80ebd3b8abba91c35f7f65938e882985e21befca
1 <!--
2 -- Copyright 2014 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file.
5 -->
6 <!DOCTYPE HTML>
7 <html>
8 <head>
9 <!-- We have to set some default title, or chrome will use the page name.
10 -- As soon as the i18n'd strings are loaded we replace it with the correct
11 -- string. Until then, use an invisible non-whitespace character.
12 -->
13 <title>&#xFEFF;</title>
14 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
15 <link rel="stylesheet" type="text/css" href="css/audio_player.css">
17 <script src="chrome://resources/js/polymer_config.js"></script>
18 <link rel="import" href="elements/audio_player.html">
19 </head>
20 <body>
21 <div class="audio-player">
22 <!-- Place the audio player. -->
23 <audio-player></audio-player>
24 </div>
25 <script src="js/audio_player_scripts.js"></script>
26 </body>
27 </html>