[Webkit-unassigned] [Bug 92470] Add more layout tests on image decoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 20:15:48 PDT 2012


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





--- Comment #4 from Huang Dongsung <luxtella at company100.net>  2012-08-06 20:15:46 PST ---
(In reply to comment #1)
> 2. No test for image decoding implementation
> 3. Testing for operation sequence

(In reply to comment #3)
> I still think we should have some unit tests for image decoding.

Before I read your comments, I thought about how to add a test API to query image decoding internals in DRT.
I am reluctant to expose image decoder's detail in DRT, because it seems there is a tight coupling between low level implementation detail of image decoding and high level web platform.
I think unit test is more suitable for testing sync and async image decoding, and we can use TestWebKitAPI to make image decoding unit tests.
If there are no other opinions about how to test sync and async image decoding, I will add unit tests that cover current behavior of ImageSource.

-- 
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