[Webkit-unassigned] [Bug 243422] New: WebKitTestRunner shouldn't disable BackgroundShouldExtendBeyondPage setting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 1 13:34:39 PDT 2022


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

            Bug ID: 243422
           Summary: WebKitTestRunner shouldn't disable
                    BackgroundShouldExtendBeyondPage setting
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

WebKitTestRunner shouldn't disable BackgroundShouldExtendBeyondPage setting

WebKitTestRunner is running with disabling BackgroundShouldExtendBeyondPage setting. This hides some test failures which Safari has.

>    // This setting differs between the antique and modern Mac WebKit2 API.
>    // For now, maintain the antique behavior, because some tests depend on it!
>    // FIXME: We should be testing the default.
>    WKPageSetBackgroundExtendsBeyondPage(m_mainWebView->page(), false);

https://github.com/WebKit/WebKit/blob/dcbfd8929b1dcdf5c9393c0906f5fd198344c67c/Tools/WebKitTestRunner/TestController.cpp#L1024-L1027
This was added by 166462 at main (bug#143743).

-- 
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/20220801/2b411aac/attachment.htm>


More information about the webkit-unassigned mailing list