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
2025-01-03 17:21:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bcea96528a
gtk
/
testsuite
/
css
/
parser
/
import-cyclic-3.css
6 lines
63 B
CSS
Raw
Normal View
History
Unescape
Escape
tests: Add tests for cyclic imports
2011-04-12 02:34:02 +00:00
@
import
url
(
"import-cyclic-1.css"
)
;
a
{
testsuite: Check errors not just for line, but for full range Instead of just checking that the line of the error message is correct, assert that start and end position are on the correct character offset. Also fix all the tests to conform to this.
2019-04-11 02:33:08 +00:00
padding-top
:
3px
;
tests: Add tests for cyclic imports
2011-04-12 02:34:02 +00:00
}
Reference in New Issue
Copy Permalink