Bug 140226
Summary: | box-decoration-break: slice does not work with text-shadow | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ahmad.saleem792, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 229078 |
Myles C. Maxfield
The spec: "No border and no padding are inserted at a break; no box-shadow is drawn at a broken edge; ‘border-radius’ does not apply to its corners; and backgrounds and the ‘border-image’ are rendered for the whole box as if the box were unbroken. The effect is as though the element were rendered with no breaks present, and then sliced by the breaks afterward."
However, we render box-shadow on these slices.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Fixed via bug 278391.
*** This bug has been marked as a duplicate of bug 278391 ***