Bug 159704
Summary: | Double background images when temporarily inserting block-level content in a span | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peter Krautzberger <peter> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | simon.fraser |
Priority: | P2 | ||
Version: | Safari 9 | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Peter Krautzberger
Example URL: http://codepen.io/pkra/pen/mEqwAz
Steps to reproduce the problem:
1. Create a span and give it a background-image
2. inject an hr and trigger reflow (reflow is important)
3. remove the hr
4. notice that the duplicate background persist.
What is the expected behavior?
The background image should not be duplicated.
What went wrong?
The background image was duplicated.
Does it occur on multiple sites: Yes
Is it a problem with a plugin? No
Did this work before? No
This does not happen on Firefox or IE9+/Edge but also affects WebKit 2.10.9 and Chrome, cf. https://bugs.chromium.org/p/chromium/issues/detail?id=627736.
Thanks in advance for looking into it!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
*** This bug has been marked as a duplicate of bug 159703 ***