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

Unified Diff: PerformanceTests/Bindings/scroll-top.html

Issue 306783003: PerformanceTests/Bindings/scroll-top.html should use another DOM attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | « PerformanceTests/Bindings/node-type.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Bindings/scroll-top.html
diff --git a/PerformanceTests/Bindings/scroll-top.html b/PerformanceTests/Bindings/scroll-top.html
deleted file mode 100644
index d4590d77716b7959546f0080ba5fe978d6747fe0..0000000000000000000000000000000000000000
--- a/PerformanceTests/Bindings/scroll-top.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-<script src="../resources/runner.js"></script>
-<script>
-PerfTestRunner.measureRunsPerSecond({
- description: "This benchmark covers DOM attributes that return small integers.",
- run: function() {
- var localBody = document.body;
- for (var i = 0; i < 100000; i++)
- localBody.scrollTop;
-}});
-</script>
-</body>
-</html>
« no previous file with comments | « PerformanceTests/Bindings/node-type.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698