diff --git a/image/ImageFactory.cpp b/image/ImageFactory.cpp index 9a02066e13ab..6dde4dac8c62 100644 --- a/image/ImageFactory.cpp +++ b/image/ImageFactory.cpp @@ -74,9 +74,6 @@ ComputeImageFlags(ImageURL* uri, const nsCString& aMimeType, bool isMultiPart) if (isMultiPart) { imageFlags |= Image::INIT_FLAG_TRANSIENT; } - imageFlags |= Image::INIT_FLAG_SYNC_LOAD; - // Always synchronously decode metadata (including size) so as to avoid - // unnecessary reflows. return imageFlags; } diff --git a/image/test/mochitest/mochitest.ini b/image/test/mochitest/mochitest.ini index bd716ae651c6..285fca048e73 100644 --- a/image/test/mochitest/mochitest.ini +++ b/image/test/mochitest/mochitest.ini @@ -125,7 +125,6 @@ skip-if = true # disabled - See bug 579139 skip-if = os == 'android' [test_bug1180105.html] [test_bug1217571.html] -[test_bug1325080.html] [test_bullet_animation.html] skip-if = os == 'android' [test_changeOfSource.html] diff --git a/image/test/mochitest/test_bug1325080.html b/image/test/mochitest/test_bug1325080.html deleted file mode 100644 index 300ed2401eda..000000000000 --- a/image/test/mochitest/test_bug1325080.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - Test for Bug 1325080 - - - - -Mozilla Bug 1325080 -
-
-
- -