Open Bug 1379760 Opened 7 years ago Updated 2 years ago

The limit of div sizes is limited to a height of 7895697px

Categories

(Core :: Layout, defect, P5)

54 Branch
defect

Tracking

()

UNCONFIRMED
Tracking Status
firefox57 --- wontfix

People

(Reporter: atomium, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.75 Safari/537.36 Steps to reproduce: 1. Create a div with this css format: div { height: 10000000000px; width: 10px; background: black; } 2. Create a div tag in a html page Example: https://jsfiddle.net/f9bn9wua/ Actual results: The div is not shown in Firefox. In Chrome it works fine. Expected results: The div should have been displayed like in Chrome
Component: Untriaged → Layout
Product: Firefox → Core
Priority: -- → P3
Severity: normal → minor
Priority: P3 → P5
Severity: minor → S4
You need to log in before you can comment on or make changes to this bug.