* SUMMARY Toggling an inherited property sometimes stops working. * TEST <!DOCTYPE html> <html> <head> <style> body { color: blue; } p { color: red; } </style> </head> <body> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> </body> </html> * STEPS TO REPRODUCE 1. Inspect <p> 2. Show Styles > Rules 3. Click checkbox to toggle the inherited "color: blue" to a comment 4. Click checkbox to try to untoggle the comment => doesn't work, and occasionally this editor will revert back to uncommented but not match the page * NOTES - Inherited CSSStyleProperty is not getting updated properly despite good matchedCSSRules data
<rdar://problem/20892784>
Created attachment 253803 [details] [PATCH] Proposed Fix
Comment on attachment 253803 [details] [PATCH] Proposed Fix Clearing flags on attachment: 253803 Committed r184934: <http://trac.webkit.org/changeset/184934>
All reviewed patches have been landed. Closing bug.