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

Unified Diff: PerformanceTests/Animation/api-balls-keyframe-animations.html

Issue 299073003: Web Animations API: Avoid style resolution when calling element.animate() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename test to api-balls-keyframe-animations.html 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
Index: PerformanceTests/Animation/api-balls-keyframe-animations.html
diff --git a/PerformanceTests/Animation/api-balls-keyframe-animations-small.html b/PerformanceTests/Animation/api-balls-keyframe-animations.html
similarity index 99%
rename from PerformanceTests/Animation/api-balls-keyframe-animations-small.html
rename to PerformanceTests/Animation/api-balls-keyframe-animations.html
index 3dc3195320092d46aa3721f792eb972f1d96ceeb..af6cc2dfda28b0fcb673938191eea117bb132e94 100644
--- a/PerformanceTests/Animation/api-balls-keyframe-animations-small.html
+++ b/PerformanceTests/Animation/api-balls-keyframe-animations.html
@@ -60,7 +60,7 @@ span {
<script>
var stageWidth = 600;
var stageHeight = 600;
-var maxParticles = 500;
+var maxParticles = 2500;
var minVelocity = 50;
var maxVelocity = 500;
var particleRadius = 6;

Powered by Google App Engine
This is Rietveld 408576698