[Webkit-unassigned] [Bug 252554] [WinCairo] http/tests/misc/image-blocked-src-change.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 12:24:31 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252554

--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
The result of "grep -r LoadsImagesAutomatically *" in LayoutTests directory:

> fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html\012:    internals.settings.setLoadsImagesAutomatically(false);
> fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html\024:    internals.settings.setLoadsImagesAutomatically(true);
> http/tests/cache/display-image-unset-allows-cached-image-load.html\021:    window.internals.settings.setLoadsImagesAutomatically(false);
> http/tests/misc/favicon-loads-with-icon-loading-override.html\01:<html><!-- webkit-test-runner [ LoadsImagesAutomatically=false ] -->
> http/tests/misc/favicon-loads-with-images-disabled.html\01:<html><!-- webkit-test-runner [ LoadsImagesAutomatically=false LoadsSiteIconsIgnoringImageLoadingPreference=false ] -->
> svg/as-image/svg-image-with-data-uri-images-disabled.html\014:      internals.settings.setLoadsImagesAutomatically(false);

LoadsImagesAutomatically=false webkit-test-runner header is used only by two tests.

wk2/TestExpectations skipps both.

> webkit.org/b/115809 http/tests/misc/favicon-loads-with-images-disabled.html
> webkit.org/b/115809 http/tests/misc/favicon-loads-with-icon-loading-override.html

This is the reason GTK and WPE layout tests don't observe this bug.

wincairo/TestExpectations marks it as Failure for WinCairo WK1.

> http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure ]

This is the reason only WinCairo detects.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230221/8f7274b3/attachment.htm>


More information about the webkit-unassigned mailing list