Bug 285775
| Summary: | Make fast/table/col-and-colgroup-offsets.html less susceptible to rebaselining | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=280424 | ||
Jonathan Bedard
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/142712033>
Jonathan Bedard
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).