blob: 59d6865dc43333cbd6a6b0e56351125cbfa8cd25 [file] [log] [blame]
<!DOCTYPE html>
<html>
<!-- Copyright 2013 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. -->
<head>
<script>window.localNTPUnitTest = true;</script>
<script src="chrome-search://local-ntp/config.js"></script>
<script src="chrome-search://local-ntp/local-ntp.js"></script>
<script src="chrome-search://most-visited/util.js"></script>
<link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
<script src="local_ntp_browsertest.js"></script>
<template id="local-ntp-body">
<div id="ntp-contents">
<div id="most-visited">
<div id="mv-tiles"></div>
<!-- Notification shown when a tile is blacklisted. -->
<div id="mv-notice" class="mv-notice-hide">
<span id="mv-msg"></span>
<!-- Links in the notification. -->
<span id="mv-notice-links">
<span id="mv-undo" tabIndex="1"></span>
<span id="mv-restore" tabIndex="1"></span>
<button id="mv-notice-x" tabIndex="1" class="mv-x"></button>
</span>
</div>
</div>
<div id="attribution"><div id="attribution-text"></div></div>
</div>
</template>
</head>
<body>
</body>
</html>