Closed Bug 747829 Opened 12 years ago Closed 12 years ago

css repeat-y does not fill elements longer than 32768 pixels

Categories

(Firefox :: Untriaged, defect)

13 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 671302

People

(Reporter: almon.jediel, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20120422 Firefox/13.0a2
Build ID: 20120422042011

Steps to reproduce:

<html>
<head>
<style type="text/css">
.fill
{
background-image:url('http://www.mozilla.org/media/img/home/firefox.png');
background-repeat:repeat-y;
}
</style>
</head>
<body>
<table border=1>
<tr><td height=36000 width=120 class=fill></td></tr>
</table>
</body>
</html>




Actual results:

The pattern is filled up to pixel ~ 32768. 
The rest of the td is empty.
Tested on windows. 




Expected results:

The pattern should be repeated until the end of the td.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.