UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30
Steps to reproduce the problem:
1. Create a `<table>` element
2. Set CSS properties `border-collapse: collapse;` on `table` selector
3. Set `border-color: currentColor;` on `td` selector (also implied is at least `border-width: 1px` and `border-style: solid` to actually achieve a visible border)
4. Change `color` property on parent either programatically via JavaScript or via the inspector tools in Chrome
What is the expected behavior?
`border-color` should change to current value of parent `color`
What went wrong?
`border-color` stays the same as before.
Did this work before? N/A
Does this work in other browsers? Yes
Chrome version: 58.0.3029.81 Channel: n/a
OS Version: OS X 10.12.4
Flash Version:
An update can be forced with a repaint. The reduced test case covers this. Tables that has no `border-collapse` defined is not affected by this bug.
|
Deleted:
table-border-color-reduced-test-case.html
2.6 KB
|
|
table-border-color-reduced-test-case.html
2.6 KB
View
Download
|
Comment 1 by ligim...@chromium.org
, Apr 20 2017Labels: Prestable-58.0.3029.81 Needs-Triage-M58 Needs-Bisect