[Webkit-unassigned] [Bug 93314] DRT to dump text and pixels even if page is not fully loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 7 11:54:37 PDT 2012


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





--- Comment #2 from Hin-Chung Lam <hclam at google.com>  2012-08-07 11:55:00 PST ---
It a partially loaded image is incomplete, e.g. connection is broken during load the image can be broken.

The broken image can be rendered in two forms. Either with a broken image icon, or format specific decoder (like jpeg) will try to decode and fill the rest with a solid color. Both of these are not what we want.

The expected rendering result is the incomplete part becomes transparent. This should be tested on all platforms including gpu accelerated path.

I wrote a test with video-load-and-stall.cgi to simulate network loading behavior but because DRT has to wait for images to be "loaded" the test times out.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list