[Webkit-unassigned] [Bug 247826] New: Parse "-webkit-columns: auto <length>" properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 15:03:18 PST 2022


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

            Bug ID: 247826
           Summary: Parse "-webkit-columns: auto <length>" properly
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

Hi Team,

While going through Bug 103597 and trying to see "column-count: auto" support, I came across following Blink Commit:

Blink Commit - https://src.chromium.org/viewvc/blink?view=revision&revision=155047

I took the test case from above commit and changed it into "JSFiddle" below:

Link - https://jsfiddle.net/2jhw4k5x/show

It seems that we fail following tests compared to Chrome Canary 109:

FAIL element.style.WebkitColumns should be auto auto. Was auto.
FAIL element.style.WebkitColumns should be auto auto. Was auto.
FAIL element.style.WebkitColumns should be auto auto. Was auto.
FAIL element.style.WebkitColumns should be auto 7. Was 7.
FAIL element.style.WebkitColumns should be 7em auto. Was 7em.

Rather than opening old bug, I just thought to create a separate to track this issue. Thanks!

-- 
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/20221111/f9ef51c3/attachment-0001.htm>


More information about the webkit-unassigned mailing list