From db79dfb3aaf4554708c5136df6881c76b7ead8fe Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 28 Feb 2017 13:44:00 -0500 Subject: [PATCH] Verify that aborted image requests do not cause extraneous load events. --- tests/wpt/mozilla/meta/MANIFEST.json | 10 ++++++++ .../tests/mozilla/img_multiple_request.html | 25 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 tests/wpt/mozilla/tests/mozilla/img_multiple_request.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 7279d1f9440..e3123f31917 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -12874,6 +12874,12 @@ {} ] ], + "mozilla/img_multiple_request.html": [ + [ + "/_mozilla/mozilla/img_multiple_request.html", + {} + ] + ], "mozilla/img_width_height.html": [ [ "/_mozilla/mozilla/img_width_height.html", @@ -25345,6 +25351,10 @@ "3c4f36abed83367c851d943b1f25b8394de6fe75", "testharness" ], + "mozilla/img_multiple_request.html": [ + "0a6263ad87c9b3307f2dc694747b094a0517b79b", + "testharness" + ], "mozilla/img_width_height.html": [ "37a04735261a6d2b36c3d529ce81eda46ed6967e", "testharness" diff --git a/tests/wpt/mozilla/tests/mozilla/img_multiple_request.html b/tests/wpt/mozilla/tests/mozilla/img_multiple_request.html new file mode 100644 index 00000000000..df625a2bc33 --- /dev/null +++ b/tests/wpt/mozilla/tests/mozilla/img_multiple_request.html @@ -0,0 +1,25 @@ + + + + +