OLD | NEW |
1 { | 1 { |
2 "description": "Self-driven Canvas2D animation examples", | 2 "description": "Self-driven Canvas2D animation examples", |
3 "archive_data_file": "data/tough_canvas_cases.json", | 3 "archive_data_file": "data/tough_canvas_cases.json", |
4 "make_javascript_deterministic": false, | 4 "make_javascript_deterministic": false, |
5 "smoothness": { "action": "wait", "seconds": 5 }, | 5 "smoothness": { "action": "wait", "seconds": 5 }, |
6 "pages": [ | 6 "pages": [ |
7 { "url":"http://mudcu.be/labs/JS1k/BreathingGalaxies.html" }, | 7 { "url":"http://mudcu.be/labs/JS1k/BreathingGalaxies.html" }, |
8 { "url":"http://runway.countlessprojects.com/prototype/performance_test.html
" }, | 8 { "url":"http://runway.countlessprojects.com/prototype/performance_test.html
" }, |
9 { "url":"http://geoapis.appspot.com/agdnZW9hcGlzchMLEgtFeGFtcGxlQ29kZRjh1wIM
" }, | 9 { "url":"http://geoapis.appspot.com/agdnZW9hcGlzchMLEgtFeGFtcGxlQ29kZRjh1wIM
" }, |
10 { "url":"http://ie.microsoft.com/testdrive/Graphics/HowStuffWorksGears/Defau
lt.html" }, | 10 { "url":"http://ie.microsoft.com/testdrive/Graphics/HowStuffWorksGears/Defau
lt.html" }, |
(...skipping 11 matching lines...) Expand all Loading... |
22 { "url":"http://www.effectgames.com/demos/canvascycle/" }, | 22 { "url":"http://www.effectgames.com/demos/canvascycle/" }, |
23 { "url":"http://www.thewildernessdowntown.com/" }, | 23 { "url":"http://www.thewildernessdowntown.com/" }, |
24 { "url":"http://spielzeugz.de/html5/liquid-particles.html" }, | 24 { "url":"http://spielzeugz.de/html5/liquid-particles.html" }, |
25 { "url":"http://hakim.se/experiments/html5/magnetic/02/" }, | 25 { "url":"http://hakim.se/experiments/html5/magnetic/02/" }, |
26 { "url":"http://ie.microsoft.com/testdrive/Performance/LetItSnow/" }, | 26 { "url":"http://ie.microsoft.com/testdrive/Performance/LetItSnow/" }, |
27 { "url":"http://ie.microsoft.com/testdrive/Graphics/WorkerFountains/Default.
html" }, | 27 { "url":"http://ie.microsoft.com/testdrive/Graphics/WorkerFountains/Default.
html" }, |
28 { "url":"http://ie.microsoft.com/testdrive/Graphics/TweetMap/Default.html" }
, | 28 { "url":"http://ie.microsoft.com/testdrive/Graphics/TweetMap/Default.html" }
, |
29 { "url":"http://ie.microsoft.com/testdrive/Graphics/VideoCity/Default.html"
}, | 29 { "url":"http://ie.microsoft.com/testdrive/Graphics/VideoCity/Default.html"
}, |
30 { "url":"http://ie.microsoft.com/testdrive/Performance/AsteroidBelt/Default.
html" }, | 30 { "url":"http://ie.microsoft.com/testdrive/Performance/AsteroidBelt/Default.
html" }, |
31 { "url":"http://www.smashcat.org/av/canvas_test/" }, | 31 { "url":"http://www.smashcat.org/av/canvas_test/" }, |
32 { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.ht
ml?ball=canvas_sprite&back=canvas" }, | 32 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.htm
l?ball=canvas_sprite&back=canvas" }, |
33 { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.ht
ml?ball=image_with_shadow&back=image" }, | 33 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.htm
l?ball=image_with_shadow&back=image" }, |
34 { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.ht
ml?ball=filled_path&back=gradient" }, | 34 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.htm
l?ball=filled_path&back=gradient" }, |
35 { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.ht
ml?ball=text&back=white&ball_count=15" }, | 35 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.htm
l?ball=text&back=white&ball_count=15" }, |
36 { "url": "file:///tough_canvas_cases/canvas-animation-no-clear.html" }, | 36 { "url": "file://tough_canvas_cases/canvas-animation-no-clear.html" }, |
37 { "url": "file:///../../../chrome/test/data/perf/canvas_bench/single_image.h
tml" }, | 37 { "url": "file://../../../chrome/test/data/perf/canvas_bench/single_image.ht
ml" }, |
38 { "url": "file:///../../../chrome/test/data/perf/canvas_bench/many_images.ht
ml" } | 38 { "url": "file://../../../chrome/test/data/perf/canvas_bench/many_images.htm
l" } |
39 ] | 39 ] |
40 } | 40 } |
OLD | NEW |