RESOLVED DUPLICATE of bug 154785 Bug 155782
Some CSS Custom Properties do not recalculate when new stylesheet is added to DOM
https://bugs.webkit.org/show_bug.cgi?id=155782
Summary Some CSS Custom Properties do not recalculate when new stylesheet is added to...
Daniel Freedman
Reported 2016-03-22 21:21:53 PDT
If a stylesheet is added to the DOM dynamically, and it defines a CSS Custom Property used in another rule for the border property, it does not apply the border effect. Steps to reproduce 1. Load attached css-vars-late-style.html in Safari 9.1 2. Note that the element with text content "Should be bordered" does not have a border Expected Results Div with content "Should be bordered" should have a 10px solid green border. Actual Results Div is not bordered Works in Chrome 49 and Firefox 45
Attachments
Minimal reproduction (647 bytes, text/html)
2016-03-22 21:22 PDT, Daniel Freedman
no flags
Daniel Freedman
Comment 1 2016-03-22 21:22:19 PDT
Created attachment 274726 [details] Minimal reproduction
Daniel Freedman
Comment 2 2016-03-22 21:24:58 PDT
After playing with it in the Dev Tools, setting display to none and back to block will trigger the correct effect.
Radar WebKit Bug Importer
Comment 3 2016-03-24 18:23:08 PDT
Simon Fraser (smfr)
Comment 4 2016-03-24 18:42:30 PDT
*** This bug has been marked as a duplicate of bug 154785 ***
Note You need to log in before you can comment on or make changes to this bug.