[Webkit-unassigned] [Bug 150464] [WinCairo] Improve test results for fast layouttests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 05:52:12 PDT 2015


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

--- Comment #7 from peavo at outlook.com ---
(In reply to comment #5)
> Comment on attachment 263848 [details]
> Patch
>

Thanks for reviewing :)

> 
> > Tools/DumpRenderTree/win/DumpRenderTree.cpp:1241
> > +#if USE(CAIRO)
> > +    viewPrivate->setCustomBackingScaleFactor(1.0);
> > +#endif
> 
> Why?

The render tree text output is in logical coordinates.
If the logical coordinate space is different from the pixel coordinate space, we will not get the expected output.
Alternatively, we could also scale the size of the web view with the device scale factor.
It seems Mac is doing the same thing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151023/f4dc3747/attachment.html>


More information about the webkit-unassigned mailing list