Fix insertRule crash by exposing getter on stylesheet's owner

This commit is contained in:
sbansal3096 2019-03-21 22:11:20 +05:30
parent e58226814f
commit 13eebbfe56
7 changed files with 79 additions and 4 deletions

View file

@ -0,0 +1,4 @@
html {
background-color: black;
color: white;
}