[Webkit-unassigned] [Bug 257254] New: fast/table/border-changes.html fails some of the tests related to cell style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 24 02:54:00 PDT 2023


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

            Bug ID: 257254
           Summary: fast/table/border-changes.html fails some of the tests
                    related to cell style
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karlcow at apple.com
                CC: webkit-bug-importer at group.apple.com, zalan at apple.com

This is a followup bug (after Bug 256850) to fix the test /fast/table/border-changes.html
Firefox passes all the tests on that file. 

Safari and Chrome fails
FAIL getComputedStyle(cell, '').borderLeftStyle should be inset. Was solid.
FAIL getComputedStyle(cell, '').borderRightStyle should be inset. Was solid.
FAIL getComputedStyle(cell, '').borderTopStyle should be inset. Was solid.
FAIL getComputedStyle(cell, '').borderBottomStyle should be inset. Was solid.
FAIL getComputedStyle(cell, '').borderTopWidth should be 0px. Was 1px.
FAIL getComputedStyle(cell, '').borderBottomWidth should be 0px. Was 1px.
FAIL getComputedStyle(cell, '').borderTopStyle should be none. Was solid.
FAIL getComputedStyle(cell, '').borderBottomStyle should be none. Was solid.


The fix should not be too hard. 
I had partially done it, but I wanted to make sure to isolate the fixes. 

It probably requires a specific WPT test case for it.

-- 
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/20230524/02e6c77a/attachment.htm>


More information about the webkit-unassigned mailing list