| Index: third_party/WebKit/LayoutTests/images/multiple-inflight-error-event-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/images/multiple-inflight-error-event-crash.html b/third_party/WebKit/LayoutTests/images/multiple-inflight-error-event-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9ee5fa37fcce3f25f206035e2fb8459d3c4b2d83
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/images/multiple-inflight-error-event-crash.html
|
| @@ -0,0 +1,11 @@
|
| +<!doctype html>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| +<embed src="http://"></embed>
|
| +<input type="image" src="">
|
| +<script>
|
| +// This tests the case where ImageLoader::DoUpdateFromElement() is called
|
| +// and results in scheduling an error event while there was already a pending
|
| +// error event. Passes if not crashing. crbug.com/722500
|
| +test(function(){});
|
| +</script>
|
|
|