[Webkit-unassigned] [Bug 21697] webkit doesnt render frame border

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 8 00:24:06 PST 2014


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


deepak.deepakmittal at gmail.com <deepak.m1 at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |deepak.m1 at samsung.com




--- Comment #2 from deepak.deepakmittal at gmail.com <deepak.m1 at samsung.com>  2014-02-08 00:21:24 PST ---
I have made the border as 10 and put a color as BORDERCOLOR=RED then I am able to see the borader on the FF and the Latest webkit code..
my test-standard.html file is like:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Side by Side GwsTest Page!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<frameset rows="*,*" cols="*" frameborder="YES" border="10" BORDERCOLOR=RED framespacing="0">
  <frame src="frame1.html" marginwidth="5" marginheight="0" name="bottom" />
  <frame src="frame2.html" marginwidth="5" marginheight="0" name="bottom" />
</frameset>
<noframes><body>
</body></noframes>
</html>


so border is visible on the latest code..please check and confirm same..

Thanks

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