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
86b6170940
gtk2
/
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