ASSIGNED 92644
Web Inspector: CSS rule changes made via CSSStyleSheet DOM API are not reflected in the Styles pane
https://bugs.webkit.org/show_bug.cgi?id=92644
Summary Web Inspector: CSS rule changes made via CSSStyleSheet DOM API are not reflec...
Alexander Pavlov (apavlov)
Reported 2012-07-30 06:13:37 PDT
What steps will reproduce the problem? 1. go to http://jsfiddle.net/gravof/ECB6c/ 2. inspect the body element in the result panel (which is inside an iframe) What is the expected result? the "background-color" property has a value of "gray" in the Styles section What happens instead? the "background-color" property has a value of "black" Upstreaming http://code.google.com/p/chromium/issues/detail?id=128905
Attachments
[HTML] Reduction (275 bytes, text/html)
2017-11-21 17:07 PST, Nikita Vasilyev
no flags
Alexander Pavlov (apavlov)
Comment 1 2012-10-10 07:54:13 PDT
Another related downstream report about ADDING rules through adding <style> inline stylesheets via the DOM API: http://code.google.com/p/chromium/issues/detail?id=139085
Brian Burg
Comment 2 2014-12-01 14:35:27 PST
Needs standalone test case. Not sure if still relevant.
Radar WebKit Bug Importer
Comment 3 2014-12-01 14:35:38 PST
Nikita Vasilyev
Comment 4 2017-11-21 17:07:11 PST
Created attachment 327437 [details] [HTML] Reduction Still relevant in WebKit. This since has been fixed in Chrome.
Note You need to log in before you can comment on or make changes to this bug.