swc/crates/swc_css_parser/tests/fixture/function/mix/span.swc-stderr
2022-12-09 02:27:19 +00:00

445 lines
14 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | ,-> div {
2 | | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | | opacity: mix( 70% by ease ; 0% ; 100% );
4 | | opacity: mix(70%;0%;100%);
5 | `-> }
`----
x Rule
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | ,-> div {
2 | | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | | opacity: mix( 70% by ease ; 0% ; 100% );
4 | | opacity: mix(70%;0%;100%);
5 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | ,-> div {
2 | | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | | opacity: mix( 70% by ease ; 0% ; 100% );
4 | | opacity: mix(70%;0%;100%);
5 | `-> }
`----
x SelectorList
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | div {
: ^^^
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
`----
x ComplexSelector
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | div {
: ^^^
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
`----
x CompoundSelector
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | div {
: ^^^
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
`----
x TypeSelector
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | div {
: ^^^
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
`----
x TagNameSelector
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | div {
: ^^^
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
`----
x WqName
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | div {
: ^^^
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
`----
x Ident
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | div {
: ^^^
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
`----
x SimpleBlock
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | ,-> div {
2 | | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | | opacity: mix( 70% by ease ; 0% ; 100% );
4 | | opacity: mix(70%;0%;100%);
5 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/function/mix/input.css:1:1]
1 | div {
: ^
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | opacity: mix(70%;0%;100%);
`----
x Declaration
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | opacity: mix(70%;0%;100%);
`----
x DeclarationName
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^^^^^
4 | opacity: mix(70%;0%;100%);
`----
x Ident
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^^^^^
4 | opacity: mix(70%;0%;100%);
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | opacity: mix(70%;0%;100%);
`----
x Function
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | opacity: mix(70%;0%;100%);
`----
x Ident
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^
4 | opacity: mix(70%;0%;100%);
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^
4 | opacity: mix(70%;0%;100%);
`----
x Percentage
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^
4 | opacity: mix(70%;0%;100%);
`----
x Number
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^
4 | opacity: mix(70%;0%;100%);
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^
4 | opacity: mix(70%;0%;100%);
`----
x Ident
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^
4 | opacity: mix(70%;0%;100%);
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^^
4 | opacity: mix(70%;0%;100%);
`----
x Ident
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^^
4 | opacity: mix(70%;0%;100%);
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^
4 | opacity: mix(70%;0%;100%);
`----
x Delimiter
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^
4 | opacity: mix(70%;0%;100%);
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^
4 | opacity: mix(70%;0%;100%);
`----
x Percentage
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^
4 | opacity: mix(70%;0%;100%);
`----
x Number
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^
4 | opacity: mix(70%;0%;100%);
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^
4 | opacity: mix(70%;0%;100%);
`----
x Delimiter
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^
4 | opacity: mix(70%;0%;100%);
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^^
4 | opacity: mix(70%;0%;100%);
`----
x Percentage
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^^
4 | opacity: mix(70%;0%;100%);
`----
x Number
,-[$DIR/tests/fixture/function/mix/input.css:2:1]
2 | /* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
3 | opacity: mix( 70% by ease ; 0% ; 100% );
: ^^^
4 | opacity: mix(70%;0%;100%);
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^^^^^^^^^^^^^^^^^^^^^^^
5 | }
`----
x Declaration
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^^^^^^^^^^^^^^^^^^^^^^^
5 | }
`----
x DeclarationName
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^^^^^
5 | }
`----
x Ident
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^^^^^
5 | }
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^^^^^^^^^^^^^^
5 | }
`----
x Function
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^^^^^^^^^^^^^^
5 | }
`----
x Ident
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^
5 | }
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^
5 | }
`----
x Percentage
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^
5 | }
`----
x Number
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^
5 | }
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^
5 | }
`----
x Delimiter
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^
5 | }
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^
5 | }
`----
x Percentage
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^
5 | }
`----
x Number
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^
5 | }
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^
5 | }
`----
x Delimiter
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^
5 | }
`----
x ComponentValue
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^^
5 | }
`----
x Percentage
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^^
5 | }
`----
x Number
,-[$DIR/tests/fixture/function/mix/input.css:3:1]
3 | opacity: mix( 70% by ease ; 0% ; 100% );
4 | opacity: mix(70%;0%;100%);
: ^^^
5 | }
`----