Skip to content

Commit

Permalink
Fixes tests after clean-css 5.3.0 upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpawlowicz committed Mar 31, 2022
1 parent 07d02ea commit 8353b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/unsupported/selectors-ie7.css
Expand Up @@ -2,14 +2,14 @@ p:focus{top:0}
p:before{top:0}
p:after{top:0}
p:root{top:0}
p:nth-of-type(1){top:0}
p:first-of-type{top:0}
p:nth-last-of-type(1){top:0}
p:first-of-type{top:0}
p:last-of-type{top:0}
p:only-of-type{top:0}
p:only-child{top:0}
p:last-child{top:0}
p:nth-child(1){top:0}
p:first-child{top:0}
p:nth-last-child(1){top:0}
p:empty{top:0}
p:target{top:0}
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/unsupported/selectors-ie8.css
@@ -1,12 +1,12 @@
p:root{top:0}
p:nth-of-type(1){top:0}
p:first-of-type{top:0}
p:nth-last-of-type(1){top:0}
p:first-of-type{top:0}
p:last-of-type{top:0}
p:only-of-type{top:0}
p:only-child{top:0}
p:last-child{top:0}
p:nth-child(1){top:0}
p:first-child{top:0}
p:nth-last-child(1){top:0}
p:empty{top:0}
p:target{top:0}
Expand Down

0 comments on commit 8353b62

Please sign in to comment.