mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
af71917015
commit
e9e557a353
@ -1,6 +1,6 @@
|
||||
* {
|
||||
font-family: "Sans";
|
||||
font-size: 15;
|
||||
font-size: 15px;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
|
@ -1,6 +1,6 @@
|
||||
* {
|
||||
font-family: "Sans";
|
||||
font-size: 15;
|
||||
font-size: 15px;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
|
@ -1,6 +1,6 @@
|
||||
* {
|
||||
font-family: "Sans";
|
||||
font-size: 15;
|
||||
font-size: 15px;
|
||||
font-style: normal;
|
||||
font-variant: 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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user