Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "description": "A collection of image decoding performance tests", | 2 "description": "A collection of image decoding performance tests", |
| 3 "pages": [ | 3 "pages": [ |
| 4 {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.htm l?gif"}, | 4 { |
| 5 {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.htm l?jpg"}, | 5 "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?gif", |
| 6 {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.htm l?png"} | 6 "post_navigate_javascript_to_execute": "runBenchmark();", |
| 7 "wait_for_javascript_expression": "isDone", | |
| 8 "is_image_decoding_benchmark": true | |
| 9 }, | |
| 10 { | |
| 11 "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?jpg", | |
| 12 "post_navigate_javascript_to_execute": "runBenchmark();", | |
| 13 "wait_for_javascript_expression": "isDone", | |
| 14 "is_image_decoding_benchmark": true | |
| 15 }, | |
| 16 { | |
| 17 "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?png", | |
| 18 "post_navigate_javascript_to_execute": "runBenchmark();", | |
| 19 "wait_for_javascript_expression": "isDone", | |
| 20 "is_image_decoding_benchmark": true | |
| 21 }, | |
| 22 { | |
| 23 "url": "http://www.free-pictures-photos.com/aviation/airplane-306.jpg" | |
|
tonyg
2013/01/04 23:26:32
This test is currently running on the bots, so we
| |
| 24 }, | |
| 25 { | |
| 26 "url": "http://upload.wikimedia.org/wikipedia/commons/c/cb/General_history %2C_Alaska_Yukon_Pacific_Exposition%2C_fully_illustrated_-_meet_me_in_Seattle_19 09_-_Page_78.jpg" | |
| 27 } | |
| 7 ] | 28 ] |
| 8 } | 29 } |
| OLD | NEW |