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-14 04:31:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
5091ae5e04
gtk
/
testsuite
/
css
/
parser
/
declarations-valid-09.ref.css
5 lines
72 B
CSS
Raw
Normal View
History
Unescape
Escape
tests: Move declaration tests to new test infrastructure This way, we can test more feature of them, in particular check for different errors, which were causing test failures.
2011-07-21 00:41:42 +00:00
*
{
symboliccolor: Change the print output Functions should not have a space before the opening parenthesis. So change output like alpha (@color, 0.5) to alpha(@color, 0.5) and do the same for "shade" and "mix". Tests have been updated accordingly.
2012-11-08 15:17:00 +00:00
background-color
:
shade
(
@
bg_color
,
0
.
5
)
;
tests: Move declaration tests to new test infrastructure This way, we can test more feature of them, in particular check for different errors, which were causing test failures.
2011-07-21 00:41:42 +00:00
color
:
rgb
(
255
,
0
,
0
)
;
}
Reference in New Issue
Copy Permalink