| Index: tools/perf/page_sets/trivial_sites/trivial_gif.html
|
| diff --git a/tools/perf/page_sets/dummy_pages/dummy_page.html b/tools/perf/page_sets/trivial_sites/trivial_gif.html
|
| similarity index 50%
|
| copy from tools/perf/page_sets/dummy_pages/dummy_page.html
|
| copy to tools/perf/page_sets/trivial_sites/trivial_gif.html
|
| index aef379544964184b57caf968b4986e7259b41af0..66ec3eca5c0261118e624328499ab83ba08fe36e 100644
|
| --- a/tools/perf/page_sets/dummy_pages/dummy_page.html
|
| +++ b/tools/perf/page_sets/trivial_sites/trivial_gif.html
|
| @@ -1,10 +1,10 @@
|
| <!doctype html>
|
| <!--
|
| -Copyright 2015 The Chromium Authors. All rights reserved.
|
| +Copyright 2016 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>
|
| +<html style="height:100%">
|
| <head>
|
| <style>
|
| html, body {
|
| @@ -13,10 +13,8 @@ found in the LICENSE file.
|
| }
|
| </style>
|
| </head>
|
| -<body>
|
| - This dummy page is used for testing purpose only. ¯\_(ツ)_/¯
|
| +<body style="height:100%">
|
| + <!--(c) copyright 2008, Blender Foundation / www.bigbuckbunny.org-->
|
| + <img style="height:100%" src="bunny.gif">
|
| </body>
|
| -<script>
|
| - window.__dummy_value = 1;
|
| -</script>
|
| </html>
|
|
|