1 2 3 4 5 6 7 8 9
<!DOCTYPE html> <svg> <style> div { } </style> </svg> <script> document.styleSheets[0].cssRules[0].style.foo = document; </script>