<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [WinCairo] Improve test results for fast layouttests."
   href="https://bugs.webkit.org/show_bug.cgi?id=150464#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [WinCairo] Improve test results for fast layouttests."
   href="https://bugs.webkit.org/show_bug.cgi?id=150464">bug 150464</a>
              from <span class="vcard"><a class="email" href="mailto:peavo&#64;outlook.com" title="peavo&#64;outlook.com">peavo&#64;outlook.com</a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=150464#c5">comment #5</a>)
<span class="quote">&gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=263848&amp;action=diff" name="attach_263848" title="Patch">attachment 263848</a> <a href="attachment.cgi?id=263848&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch</span >
&gt;

Thanks for reviewing :)

<span class="quote">&gt; 
&gt; &gt; Tools/DumpRenderTree/win/DumpRenderTree.cpp:1241
&gt; &gt; +#if USE(CAIRO)
&gt; &gt; +    viewPrivate-&gt;setCustomBackingScaleFactor(1.0);
&gt; &gt; +#endif
&gt; 
&gt; Why?</span >

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>