| Index: tools/perf/page_sets/dummy_page.html
|
| diff --git a/tools/perf/page_sets/dummy_page.html b/tools/perf/page_sets/dummy_page.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..aef379544964184b57caf968b4986e7259b41af0
|
| --- /dev/null
|
| +++ b/tools/perf/page_sets/dummy_page.html
|
| @@ -0,0 +1,22 @@
|
| +<!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>
|
|
|