Servo 0.0.3 fails to style this green: `data:text/html,<style>details:open{background:green}</style><details open>` but this seems to be a viable workaround: `data:text/html,<style>details[open]{background:green}</style><details open>`