Closed
Bug 1593324
Opened 5 years ago
Closed 5 years ago
The css zoom results is different from other browsers
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox72 | --- | affected |
People
(Reporter: alice0775, Unassigned)
References
Details
Attachments
(2 files)
Steps to reproduce:
- open attached html
Actual results:
Baseline(origin) is top, but other browser is bottom.
And image overlaps each other.
![]() |
Reporter | |
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
This is expected with things as they stand.
We cannot implement the zoom
property via regular means because people use -moz-transform
to make their pages work on Firefox (and thus if we implemented zoom
Firefox will get double-zoom).
Making zoom
work as transform
and transform-origin
is expected to have this side-effect. We still haven't decided whether we'll go with that, thus it only being enabled on Nightly to detect potential broken websites.
In general zoom
shouldn't really exist at all.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•