mirror of
https://github.com/servo/servo.git
synced 2025-08-20 12:55:33 +01:00
Fix insertRule crash by exposing getter on stylesheet's owner
This commit is contained in:
parent
e58226814f
commit
13eebbfe56
7 changed files with 79 additions and 4 deletions
4
tests/wpt/web-platform-tests/css/cssom/support/black.css
Normal file
4
tests/wpt/web-platform-tests/css/cssom/support/black.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
html {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue