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

Unified Diff: chrome/test/data/perf/rendering/throughput/canvas2d_balls_common/bouncing_balls.html

Issue 124393006: Remove throughput_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove change to window_snapshot.h Created 6 years, 11 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: chrome/test/data/perf/rendering/throughput/canvas2d_balls_common/bouncing_balls.html
diff --git a/chrome/test/data/perf/rendering/throughput/canvas2d_balls_common/bouncing_balls.html b/chrome/test/data/perf/rendering/throughput/canvas2d_balls_common/bouncing_balls.html
deleted file mode 100644
index a7574f865ae1917100a305fc75e53637094e12f7..0000000000000000000000000000000000000000
--- a/chrome/test/data/perf/rendering/throughput/canvas2d_balls_common/bouncing_balls.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <script src="parse_url.js"></script>
- <script src="bouncing_balls.js"></script>
- <style>
- html, body {
- width: 100%;
- height: 100%;
- margin: 0px;
- padding: 0px;
- overflow: hidden;
- }
- </style>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>Canvas 2D frame rate test: bouncing balls</title>
-</head>
-<body>
-
-<canvas id="canvas" width="500" height="500">
-</canvas>
-<img id="ballImage" src="chromium.png" height="0" width="0"></img>
-<img id="backImage" src="kiddie_logo.png" height="0" width="0"></img>
-<script>
- var canvas = document.getElementById('canvas');
- var canvasContext = canvas.getContext('2d');
-</script>
-</body>
-</html>
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/perf/rendering/throughput/canvas2d_balls_common/bouncing_balls.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698