[Webkit-unassigned] [Bug 258298] New: `testRunner.dumpAsText(true)` doesn't dump pixels

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 20 06:34:49 PDT 2023


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

            Bug ID: 258298
           Summary: `testRunner.dumpAsText(true)` doesn't dump pixels
           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: vitaly at igalia.com

`LayoutTests/animations/animation-offscreen-to-onscreen.html` for example uses this snippet:
```
if (window.testRunner) {
    window.testRunner.dumpAsText(true);
}
```

But `WebKitTestRunner` only dumps text but not pixels:
```
WebKitBuild/Release/bin/WebKitTestRunner LayoutTests/animations/animation-offscreen-to-onscreen.html
Gdk-Message: 15:30:20.976: Window 0x5605b1a30790 is a temporary window without parent, application will not be able to position it on screen.
Content-Type: text/plain
PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,1,100,0

#EOF
#EOF
#EOF
```

-- 
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/20230620/3571e181/attachment.htm>


More information about the webkit-unassigned mailing list