This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk2
Watch
1
Star
0
Fork
0
You've already forked gtk2
forked from
AuroraMiddleware/gtk
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
04da31f5f5
gtk2
/
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