[Webkit-unassigned] [Bug 71253] [Qt] 4 new tests fail introduced in r98852

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 06:42:06 PST 2011


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





--- Comment #8 from Nikolas Zimmermann <zimmermann at kde.org>  2011-11-08 06:42:06 PST ---
(In reply to comment #7) 
> Just click here: https://bugs.webkit.org/attachment.cgi?id=113112&action=review.
Ah great!

So here's the analysis:
> svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html
This flakiness is known, and tracked by another bug, will look it up.

> svg/zoom/page/zoom-background-images.html
> svg/zoom/page/zoom-svg-as-background-with-relative-size.html
Difference between Qt/DRT and Mac/DRT.

#define MinimumZoomMultiplier       0.5f
#define MaximumZoomMultiplier       3.0f
#define ZoomMultiplierRatio         1.2f

We can only zoom in three times from DRT/Mac, zooming in 4 or 5 or 6 times, results in a scale factor < 0.5f, and is thus ignored!

I'll fix the test, to avoid zooming in four times.

> fast/backgrounds/size/contain-and-cover-zoomed.html
Real regression, not sure what happens.

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