| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/tinycss2/css-parsing-tests/ |
Upload File : |
[
"", ["error", "empty"],
" /**/\n", ["error", "empty"],
" ;", ["error", "invalid"],
"foo", ["error", "invalid"],
"@foo:", ["error", "invalid"],
"#foo:", ["error", "invalid"],
".foo:", ["error", "invalid"],
"foo*:", ["error", "invalid"],
"foo.. 9000", ["error", "invalid"],
"foo:", ["declaration", "foo", [], false],
"foo :", ["declaration", "foo", [], false],
"\n/**/ foo: ", ["declaration", "foo", [" "], false],
"foo:;", ["declaration", "foo", [";"], false],
" /**/ foo /**/ :", ["declaration", "foo", [], false],
"foo:;bar:;", ["declaration", "foo", [";", ["ident", "bar"], ":", ";"], false],
"foo: 9000 !Important", ["declaration", "foo", [
" ", ["number", "9000", 9000, "integer"], " "
], true],
"foo: 9000 ! /**/\t IMPORTant /**/\f", ["declaration", "foo", [
" ", ["number", "9000", 9000, "integer"], " "
], true],
"foo: 9000 /* Dotted capital I */!İmportant", ["declaration", "foo", [
" ", ["number", "9000", 9000, "integer"], " ", "!", ["ident", "İmportant"]
], false],
"foo: 9000 !important!", ["declaration", "foo", [
" ", ["number", "9000", 9000, "integer"], " ", "!", ["ident", "important"], "!"
], false],
"foo: 9000 important", ["declaration", "foo", [
" ", ["number", "9000", 9000, "integer"], " ", ["ident", "important"]
], false],
"foo:important", ["declaration", "foo", [
["ident", "important"]
], false],
"foo: 9000 @bar{ !important", ["declaration", "foo", [
" ", ["number", "9000", 9000, "integer"], " ", ["at-keyword", "bar"], ["{}",
" ", "!", ["ident", "important"]
]
], false]
]