blob: aef379544964184b57caf968b4986e7259b41af0 [file] [log] [blame]
<!doctype html>
<!--
Copyright 2015 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>
<style>
html, body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
This dummy page is used for testing purpose only. ¯\_(ツ)_/¯
</body>
<script>
window.__dummy_value = 1;
</script>
</html>