You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Sabberworm/CSS/ParserTest.php
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -188,8 +188,8 @@ public function testManipulation()
188
188
to {top: 200px;}}
189
189
@supports ( (perspective: 10px) or (-moz-perspective: 10px) or (-webkit-perspective: 10px) or (-ms-perspective: 10px) or (-o-perspective: 10px) ) {body {font-family: "Helvetica";}}
@media screen and (orientation: landscape) {@-ms-viewport {width: 1024px;height: 768px;}}
@@ -209,8 +209,8 @@ public function testManipulation()
209
209
to {top: 200px;}}
210
210
@supports ( (perspective: 10px) or (-moz-perspective: 10px) or (-webkit-perspective: 10px) or (-ms-perspective: 10px) or (-o-perspective: 10px) ) {#my_id body {font-family: "Helvetica";}}
211
211
@page :pseudo-class {margin: 2in;}
212
-
@-moz-document url(http://www.w3.org/),
213
-
url-prefix(http://www.w3.org/Style/),
212
+
@-moz-document url(https://www.w3.org/),
213
+
url-prefix(https://www.w3.org/Style/),
214
214
domain(mozilla.org),
215
215
regexp("https:.*") {#my_id body {color: purple;background: yellow;}}
216
216
@media screen and (orientation: landscape) {@-ms-viewport {width: 1024px;height: 768px;}}
@@ -416,8 +416,8 @@ public function testComments()
0 commit comments