Skip to content

Commit 8353b62

Browse files
Fixes tests after clean-css 5.3.0 upgrade.
1 parent 07d02ea commit 8353b62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: test/fixtures/unsupported/selectors-ie7.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ p:focus{top:0}
22
p:before{top:0}
33
p:after{top:0}
44
p:root{top:0}
5-
p:nth-of-type(1){top:0}
5+
p:first-of-type{top:0}
66
p:nth-last-of-type(1){top:0}
77
p:first-of-type{top:0}
88
p:last-of-type{top:0}
99
p:only-of-type{top:0}
1010
p:only-child{top:0}
1111
p:last-child{top:0}
12-
p:nth-child(1){top:0}
12+
p:first-child{top:0}
1313
p:nth-last-child(1){top:0}
1414
p:empty{top:0}
1515
p:target{top:0}

Diff for: test/fixtures/unsupported/selectors-ie8.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
p:root{top:0}
2-
p:nth-of-type(1){top:0}
2+
p:first-of-type{top:0}
33
p:nth-last-of-type(1){top:0}
44
p:first-of-type{top:0}
55
p:last-of-type{top:0}
66
p:only-of-type{top:0}
77
p:only-child{top:0}
88
p:last-child{top:0}
9-
p:nth-child(1){top:0}
9+
p:first-child{top:0}
1010
p:nth-last-child(1){top:0}
1111
p:empty{top:0}
1212
p:target{top:0}

0 commit comments

Comments
 (0)