| Index: third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-svg-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-svg-expected.txt b/third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-svg-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d85c9b51592b82f2cc103e45037f4d4bf57fd902
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/loading/onload/onload-image-svg-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 http URL (SVG).
|
| +
|
| +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
|
| +
|
|
|