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

Unified Diff: tools/perf/page_sets/key_power_cases/animated-gif.html

Issue 1097463004: Add key_idle_power_cases for ensuring idle activity on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review Created 5 years, 8 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/key_power_cases/animated-gif.html
diff --git a/tools/perf/page_sets/key_power_cases/animated-gif.html b/tools/perf/page_sets/key_power_cases/animated-gif.html
new file mode 100644
index 0000000000000000000000000000000000000000..b37f2443f5d3b31c61db33238914dad244ceb882
--- /dev/null
+++ b/tools/perf/page_sets/key_power_cases/animated-gif.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Animated GIF Test</title>
+</head>
+<body>
+<img src="animated-10color.gif">
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698