1 { 2 "description": "Self-driven Canvas2D animation examples", 3 "archive_data_file": "data/tough_canvas_cases.json", 4 "make_javascript_deterministic": false, 5 "navigate_steps": [ 6 { "action": "navigate" }, 7 { "action": "wait", "javascript": "document.readyState == 'complete'" } 8 ], 9 "smoothness": { "action": "wait", "seconds": 5 }, 10 "pages": [ 11 { "url":"http://mudcu.be/labs/JS1k/BreathingGalaxies.html" }, 12 { "url":"http://runway.countlessprojects.com/prototype/performance_test.html" }, 13 { "url":"http://geoapis.appspot.com/agdnZW9hcGlzchMLEgtFeGFtcGxlQ29kZRjh1wIM" }, 14 { "url":"http://ie.microsoft.com/testdrive/Graphics/HowStuffWorksGears/Default.html" }, 15 { "url":"http://ie.microsoft.com/testdrive/Performance/FishIETank/Default.html" }, 16 { "url":"http://ie.microsoft.com/testdrive/Performance/SpeedReading/Default.html" }, 17 { "url":"http://acko.net/dumpx/996b.html" }, 18 { "url":"http://www.kevs3d.co.uk/dev/canvask3d/k3d_test.html" }, 19 { "url":"http://www.megidish.net/awjs/" }, 20 { 21 "disabled": "Crashes on Galaxy Nexus. crbug.com/314131", 22 "url":"http://ie.microsoft.com/testdrive/Performance/Fireflies/Default.html" 23 }, 24 { "url":"http://themaninblue.com/experiment/AnimationBenchmark/canvas/" }, 25 { "url":"http://mix10k.visitmix.com/Entry/Details/169" }, 26 { "url":"http://www.craftymind.com/factory/guimark2/HTML5ChartingTest.html" }, 27 { "url":"http://www.chiptune.com/starfield/starfield.html" }, 28 { "url":"http://jarrodoverson.com/static/demos/particleSystem/" }, 29 { "url":"http://www.effectgames.com/demos/canvascycle/" }, 30 { "url":"http://www.thewildernessdowntown.com/" }, 31 { "url":"http://spielzeugz.de/html5/liquid-particles.html" }, 32 { "url":"http://hakim.se/experiments/html5/magnetic/02/" }, 33 { "url":"http://ie.microsoft.com/testdrive/Performance/LetItSnow/" }, 34 { "url":"http://ie.microsoft.com/testdrive/Graphics/WorkerFountains/Default.html" }, 35 { "url":"http://ie.microsoft.com/testdrive/Graphics/TweetMap/Default.html" }, 36 { "url":"http://ie.microsoft.com/testdrive/Graphics/VideoCity/Default.html" }, 37 { "url":"http://ie.microsoft.com/testdrive/Performance/AsteroidBelt/Default.html" }, 38 { "url":"http://www.smashcat.org/av/canvas_test/" }, 39 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=canvas_sprite&back=canvas" }, 40 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=image_with_shadow&back=image" }, 41 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=filled_path&back=gradient" }, 42 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=text&back=white&ball_count=15" }, 43 { "url": "file://tough_canvas_cases/canvas-animation-no-clear.html" }, 44 { 45 "url": "file://../../../chrome/test/data/perf/canvas_bench/single_image.html" 46 }, 47 { 48 "url": "file://../../../chrome/test/data/perf/canvas_bench/many_images.html" 49 } 50 ] 51 } 52