This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk
Watch
1
Star
0
Fork
1
You've already forked gtk
mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced
2024-11-06 16:50:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
871d782e74
gtk
/
testsuite
/
reftests
/
inherit-and-initial.css
8 lines
52 B
CSS
Raw
Normal View
History
Unescape
Escape
reftests: Add a test comparing inherit and initial One test has all properties set to 'inherit', the other to 'initial'. This should result in the same result, as inherit will ensure every widget inherits the same value, and for the toplevel 'inherit' is defined as being identical to 'initial'.
2011-12-29 21:05:10 +00:00
*
{
reftests: Use "all" property in inherit-and-inital test
2014-06-03 12:35:00 +00:00
all
:
initial
;
reftests: Add a test comparing inherit and initial One test has all properties set to 'inherit', the other to 'initial'. This should result in the same result, as inherit will ensure every widget inherits the same value, and for the toplevel 'inherit' is defined as being identical to 'initial'.
2011-12-29 21:05:10 +00:00
}
#
inherit
{
reftests: Use "all" property in inherit-and-inital test
2014-06-03 12:35:00 +00:00
all
:
inherit
;
reftests: Add a test comparing inherit and initial One test has all properties set to 'inherit', the other to 'initial'. This should result in the same result, as inherit will ensure every widget inherits the same value, and for the toplevel 'inherit' is defined as being identical to 'initial'.
2011-12-29 21:05:10 +00:00
}
Reference in New Issue
Copy Permalink