| Index: third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-data-png-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-data-png-expected.txt b/third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-data-png-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..c3b77c939a5e24c8a8bbb9ed584bbd0c94382857 | 
| --- /dev/null | 
| +++ b/third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-data-png-expected.txt | 
| @@ -0,0 +1,30 @@ | 
| +main frame - didStartProvisionalLoadForFrame | 
| +main frame - didCommitLoadForFrame | 
| +main frame - didFinishDocumentLoadForFrame | 
| +main frame - didHandleOnloadEventsForFrame | 
| +main frame - didFinishLoadForFrame | 
| +Tests when image's onload event handler is called, and when image.complete becomes true, for data URL (PNG). | 
| + | 
| +PASS bodyOnLoadCalled is false | 
| +PASS imgOnLoadCalled is false | 
| +PASS img.complete is false | 
| +img's onload | 
| +PASS bodyOnLoadCalled is false | 
| +PASS imgOnLoadCalled is true | 
| +PASS img.complete is true | 
| +PASS bodyOnLoadCalled is false | 
| +PASS img2OnLoadCalled is false | 
| +PASS img2.complete is false | 
| +img2's onload | 
| +PASS bodyOnLoadCalled is false | 
| +PASS img2OnLoadCalled is true | 
| +PASS img2.complete is true | 
| +body's onload | 
| +PASS imgOnLoadCalled is true | 
| +PASS img.complete is true | 
| +PASS img2OnLoadCalled is true | 
| +PASS img2.complete is true | 
| +PASS successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| + | 
|  |