Well that just sucks having to use javascript.
Examples? Well here's one off the top of my head. If you have a few regions with background images and set their background-attachment to fixed, you'll be lucky if it displays any images.
Why? Most of the time you need to use JS all over the place to get IE (and sometimes other browsers) to work the way you want, not to mention all the JS added features.
It's not like you need to move the Chrome only CSS into JS. All you do is run 3 lines of JS to add a ".chrome" class to the body and then run CSS conditionals off of it.