[Webkit-unassigned] [Bug 115513] Improving PageSerializer.cpp to retrieve the subresources specified in @media rules in css

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 3 03:03:54 PDT 2013


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





--- Comment #16 from Santosh Mahto <santoshbit2007 at gmail.com>  2013-05-03 03:02:16 PST ---
Created an attachment (id=200401)
 --> (https://bugs.webkit.org/attachment.cgi?id=200401&action=review)
Test.html and respective saved file in mhtml Test.mhtml from chrome (one Image is not saved in Test.mhtml file)

Test Case Result in Chromium with and without patch 

The Test case for Current ISSUE(CHROMIUM):

Test.html : test page(contains two image)
Test.mhtml : page saved in mhtml format  without patch  --> only content of one image is present
Test_withpatch.mhtml : page saved in mhtml format with my patch  --> content of BOTH image is present

Observation: The Image specified under @media css rule is missed completely while collecting the subresources
in pageSerializer.cpp.

Since issue is related to saved mhtml file so it can be seen only in ports where mhtml file saving is enabled
And also only chromium has interface to trigger the save page in mhtml,so I could get test verification with my patch and without 
in chromium port.

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