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

Unified Diff: tools/perf/page_sets/tough_energy_cases/below-fold-animated-gif.html

Issue 213183003: [Telemetry] Add test case for power usage of background animations/heavy tab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix review comments Created 6 years, 9 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
Index: tools/perf/page_sets/tough_energy_cases/below-fold-animated-gif.html
diff --git a/tools/perf/page_sets/tough_energy_cases/below-fold-animated-gif.html b/tools/perf/page_sets/tough_energy_cases/below-fold-animated-gif.html
new file mode 100644
index 0000000000000000000000000000000000000000..6c4abb8d067a586151b95096a876c5784fb5cccd
--- /dev/null
+++ b/tools/perf/page_sets/tough_energy_cases/below-fold-animated-gif.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+ <div style="height:5000px">
+ </div>
+ <!-- File from http://commons.wikimedia.org/wiki/File:Bi%C3%A1ng-order.gif -->
+ <img src="Biang-order.gif">
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698