mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 05:32:09 +03:00
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
|
error: Expected a property value
|
||
|
--> $DIR/tests/recovery/ie-progid/input.css:2:12
|
||
|
|
|
||
|
2 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f',endColorstr='#292929',GradientType=0);
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Expected whitespace, semicolon, EOF, at-keyword or ident token
|
||
|
--> $DIR/tests/recovery/ie-progid/input.css:2:115
|
||
|
|
|
||
|
2 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f',endColorstr='#292929',GradientType=0);
|
||
|
| ^
|
||
|
|
||
|
error: Expected a property value
|
||
|
--> $DIR/tests/recovery/ie-progid/input.css:3:13
|
||
|
|
|
||
|
3 | filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=2) progid:DXImageTransform.Microsoft.Wheel(duration=3);
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Expected whitespace, semicolon, EOF, at-keyword or ident token
|
||
|
--> $DIR/tests/recovery/ie-progid/input.css:3:65
|
||
|
|
|
||
|
3 | filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=2) progid:DXImageTransform.Microsoft.Wheel(duration=3);
|
||
|
| ^
|
||
|
|