diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-05-10 14:09:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 14:09:04 -0400 |
commit | f85508a25edb49de96bebb77a5832931f0819eff (patch) | |
tree | c3b7d6a441eeae7d5026ecf05374e4c415aa795b /test/data/html/test-stylesheet.css | |
parent | c38cd70e91214a6f3510d78433653c85bf4d2df9 (diff) |
Simplify shadow test and add an open shadow DOM test (#533)
Diffstat (limited to 'test/data/html/test-stylesheet.css')
-rw-r--r-- | test/data/html/test-stylesheet.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/html/test-stylesheet.css b/test/data/html/test-stylesheet.css index 2e9a2f52..b4d2e255 100644 --- a/test/data/html/test-stylesheet.css +++ b/test/data/html/test-stylesheet.css @@ -19,7 +19,8 @@ p { margin: 0.33em 0; } -h1+p { +h1+p, +h1+y-description { margin-top: -0.67em; } |