[Webkit-unassigned] [Bug 194798] [ Mac ] REGRESSION (r237587) Layout Test compositing/visible-rect/animated-from-none.html is flaky text diff failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 8 10:48:15 PDT 2019


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

--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The dumping code is:
    if (m_transform && !m_transform->isIdentity()) {
        ts << indent << "(transform ";
        ts << "[" << m_transform->m11() << " " << m_transform->m12() << " " << m_transform->m13() << " " << m_transform->m14() << "] ";
        ts << "[" << m_transform->m21() << " " << m_transform->m22() << " " << m_transform->m23() << " " << m_transform->m24() << "] ";
        ts << "[" << m_transform->m31() << " " << m_transform->m32() << " " << m_transform->m33() << " " << m_transform->m34() << "] ";
        ts << "[" << m_transform->m41() << " " << m_transform->m42() << " " << m_transform->m43() << " " << m_transform->m44() << "])\n";
    }


So this transform must be slightly non-identity. Figure out why!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190408/5b9c8820/attachment-0001.html>


More information about the webkit-unassigned mailing list