Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "description": "Self-driven Canvas2D animation examples", | 2 "description": "Self-driven Canvas2D animation examples", |
| 3 "archive_path": "../data/tough_canvas_cases.wpr", | 3 "archive_data_file": "../data/tough_canvas_cases.json", |
|
marja
2013/01/31 18:58:33
Actually, this does not exist! Should I just remov
marja
2013/01/31 19:03:12
Nothing, it was a bug, wiltzius fixed this.
| |
| 4 "pages": [ | 4 "pages": [ |
| 5 { | 5 { |
| 6 "url":"http://mudcu.be/labs/JS1k/BreathingGalaxies.html", | 6 "url":"http://mudcu.be/labs/JS1k/BreathingGalaxies.html", |
| 7 "smoothness": { | 7 "smoothness": { |
| 8 "action": "wait_action", | 8 "action": "wait_action", |
| 9 "duration": 5 | 9 "duration": 5 |
| 10 } | 10 } |
| 11 }, | 11 }, |
| 12 { | 12 { |
| 13 "url":"http://runway.countlessprojects.com/prototype/performance_test.html", | 13 "url":"http://runway.countlessprojects.com/prototype/performance_test.html", |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 235 }, | 235 }, |
| 236 { | 236 { |
| 237 "url":"http://www.smashcat.org/av/canvas_test/", | 237 "url":"http://www.smashcat.org/av/canvas_test/", |
| 238 "smoothness": { | 238 "smoothness": { |
| 239 "action": "wait_action", | 239 "action": "wait_action", |
| 240 "duration": 5 | 240 "duration": 5 |
| 241 } | 241 } |
| 242 } | 242 } |
| 243 ] | 243 ] |
| 244 } | 244 } |
| OLD | NEW |