| commit | b368f26a7a45be3d5ba7906fca5ae79753b14af3 | [log] [tgz] |
|---|---|---|
| author | wangxianzhu <wangxianzhu@chromium.org> | Wed Jun 01 03:28:24 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jun 01 03:31:20 2016 |
| tree | 752e9d4bbabdb7e142482c94afce100572958534 | |
| parent | b801ad2f00aff615076a2a1c22d76b68e61ae687 [diff] |
Implement box-shadow for table section and row A table section's normal box-shadow is painted before backgrounds of colgroup, col and section are painted behind cells, then inset box-shadow. A table row's normal box-shadow is painted before its background is painted behind cells, then inset box-shadow. BUG=94871 Review-Url: https://codereview.chromium.org/1963313002 Cr-Commit-Position: refs/heads/master@{#397041}