[Webkit-unassigned] [Bug 220527] New: fast/hidpi and svg/filters/hidpi don't run in hidpi mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 15:40:56 PST 2021


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

            Bug ID: 220527
           Summary: fast/hidpi and svg/filters/hidpi don't run in hidpi
                    mode
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

Testing code does:

static std::optional<double> overrideDeviceScaleFactorForTest(const std::string& pathOrURL)
{
    if (pathContains(pathOrURL, "/hidpi-3x-"))
        return 3;
    if (pathContains(pathOrURL, "/hidpi-"))
        return 2;
    return std::nullopt;
}

but those directories don't match.

-- 
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/20210111/4e53fbdb/attachment-0001.htm>


More information about the webkit-unassigned mailing list