Load data:text/html,<style id="style"></style><script>alert(style.type);</script> in Chromium and WebKit you'll see an alert with text/css, in Firefox you'll see an empty string.
Per spec Firefox is correct and WebKit and Chromium are wrong, but I'm wondering which behaviour is actually desirable here? Should WebKit and Chromium update to match Firefox or vice versa?