NEW285775
Make fast/table/col-and-colgroup-offsets.html less susceptible to rebaselining
https://bugs.webkit.org/show_bug.cgi?id=285775
Summary Make fast/table/col-and-colgroup-offsets.html less susceptible to rebaselining
Jonathan Bedard
Reported 2025-01-10 15:21:56 PST
The HTML output of fast/table/col-and-colgroup-offsets.html is not accurate. It reports "failure" when two values are expected to be unequal.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-01-10 15:22:53 PST
Jonathan Bedard
Comment 2 2025-03-14 16:22:24 PDT
Clarifying this bug a little more: As noted in https://bugs.webkit.org/show_bug.cgi?id=280424, we're comparing two CSS variables for equality and then dumping the value. The printed assert should contain the name of the values compared, not the value of those values (like it does now).
Note You need to log in before you can comment on or make changes to this bug.