Update reference output for css parser tests
Seems these were not kept up-to-date with the recent CSS parser changes.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
* {
|
* {
|
||||||
font-family: "Sans";
|
font-family: "Sans";
|
||||||
font-size: 15;
|
font-size: 15px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
* {
|
* {
|
||||||
font-family: "Sans";
|
font-family: "Sans";
|
||||||
font-size: 15;
|
font-size: 15px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
* {
|
* {
|
||||||
font-family: "Sans";
|
font-family: "Sans";
|
||||||
font-size: 15;
|
font-size: 15px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
* {
|
* {
|
||||||
transition: 150ms ease-in-out;
|
transition-delay: 0;
|
||||||
|
transition-duration: 150ms;
|
||||||
|
transition-property: all;
|
||||||
|
transition-timing-function: ease-in-out;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
* {
|
* {
|
||||||
transition: 1s linear loop;
|
transition-delay: 0;
|
||||||
|
transition-duration: 1s;
|
||||||
|
transition-property: loop;
|
||||||
|
transition-timing-function: linear;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user