Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: tools/perf/page_sets/trivial_sites/trivial_gif.html

Issue 2243403006: mac: Add a GPU power test for gifs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use cloud storage for bunny gif. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/trivial_sites/bunny.gif.sha1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « tools/perf/page_sets/trivial_sites/bunny.gif.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698