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

Unified Diff: tools/perf/page_sets/jitter_test_cases/fixed.html

Issue 2873453005: Remove jitter page set (Closed)
Patch Set: Created 3 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
Index: tools/perf/page_sets/jitter_test_cases/fixed.html
diff --git a/tools/perf/page_sets/jitter_test_cases/fixed.html b/tools/perf/page_sets/jitter_test_cases/fixed.html
deleted file mode 100644
index df97e8e65255bea043828c710911e2f749e3e682..0000000000000000000000000000000000000000
--- a/tools/perf/page_sets/jitter_test_cases/fixed.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<!-- saved from url=(0048)http://fiddle.jshell.net/bt8dhkrn/28/show/light/ -->
-<!-- here we have a fixed div that doesn't jitter -->
-
-<style>
- #fixed {
- width: 100px;
- height: 100px;
- background: papayawhip;
- border: 1px solid black;
- will-change: transform;
- position : fixed;
- }
-
- body {
- height: 2500px;
- }
-</style>
-
-<script>
-window.onload=function(){
-}
-</script>
-
-<div id="fixed"></div>
-</html>

Powered by Google App Engine
This is Rietveld 408576698