Fix for different layout of mhtml saved page
authorSantosh <santosh.ma@samsung.com>
Thu, 2 May 2013 09:16:49 +0000 (18:16 +0900)
committerGerrit Code Review <gerrit2@kim11>
Mon, 6 May 2013 10:02:29 +0000 (19:02 +0900)
commitc8aeb60f9d933817a133da0a27260ed037fb9f61
tree31cc7244bf26420f5241882780cec33a9c02eb60
parentbab67f0ddee4070eeb972e576b36e3b1a2ee8bdc
Fix for different layout of mhtml  saved page
http://sports.hankooki.com/lpage/soccer/201304/sp2013042317313793750.htm

[Title] Fix for different layout of mhtml  saved page
in http://sports.hankooki.com/lpage/soccer/201304/sp2013042317313793750.htm
[Issue#] TD-9513
[Problem] The Style of saved page was completely different
from original page.
[Cause] The final path url of sheet specified under @import
are not relative to parent stylesheet but relative to document
[Solution] Modified the code to calulate final URL path of Stylesheet
relative to parent stylesheet.
[Developer] Santosh Mahto[santosh.ma@samsung.com)

Change-Id: Ic9624339de4d39be205119c15e529f22f6067064
Source/WTF/wtf/Platform.h
Source/WebCore/page/PageSerializer.cpp