Fix import css parser tests
Don't use nonexisting properties here either
This commit is contained in:
parent
54c32fae1e
commit
5c704621ac
@ -1,5 +1,5 @@
|
|||||||
@import url("import-cyclic-2.css");
|
@import url("import-cyclic-2.css");
|
||||||
|
|
||||||
a {
|
a {
|
||||||
int-property: 1
|
padding-top: 1px
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
a {
|
a {
|
||||||
int-property: 3;
|
padding-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
int-property: 2;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
int-property: 1;
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@import url("import-cyclic-3.css");
|
@import url("import-cyclic-3.css");
|
||||||
|
|
||||||
a {
|
a {
|
||||||
int-property: 2
|
padding-top: 2px
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
a {
|
a {
|
||||||
int-property: 1;
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
int-property: 3;
|
padding-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
int-property: 2;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@import url("import-cyclic-1.css");
|
@import url("import-cyclic-1.css");
|
||||||
|
|
||||||
a {
|
a {
|
||||||
int-property: 3
|
padding-top: 3px
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
a {
|
a {
|
||||||
int-property: 2;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
int-property: 1;
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
int-property: 3;
|
padding-top: 3px;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@import url("if-this-file-ever-starts-to-exist-you-have-a-weird-sense-of-naming-files.css");
|
@import url("if-this-file-ever-starts-to-exist-you-have-a-weird-sense-of-naming-files.css");
|
||||||
|
|
||||||
a {
|
a {
|
||||||
string-property: "make sure it didn't stop parsing";
|
font-family: "make sure it didn't stop parsing";
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
a {
|
a {
|
||||||
string-property: "make sure it didn't stop parsing";
|
font-family: "make sure it didn't stop parsing";
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@import url("import-recursive.css");
|
@import url("import-recursive.css");
|
||||||
|
|
||||||
a {
|
a {
|
||||||
string-property: "Make sure this is parsed"
|
font-family: "Make sure this is parsed"
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
a {
|
a {
|
||||||
string-property: "Make sure this is parsed";
|
font-family: "Make sure this is parsed";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user