Fix import css parser tests

Don't use nonexisting properties here either
This commit is contained in:
Matthias Clasen 2015-12-21 16:32:56 -05:00
parent 54c32fae1e
commit 5c704621ac
10 changed files with 16 additions and 16 deletions

View File

@ -1,5 +1,5 @@
@import url("import-cyclic-2.css");
a {
int-property: 1
padding-top: 1px
}

View File

@ -1,11 +1,11 @@
a {
int-property: 3;
padding-top: 3px;
}
a {
int-property: 2;
padding-top: 2px;
}
a {
int-property: 1;
padding-top: 1px;
}

View File

@ -1,5 +1,5 @@
@import url("import-cyclic-3.css");
a {
int-property: 2
padding-top: 2px
}

View File

@ -1,11 +1,11 @@
a {
int-property: 1;
padding-top: 1px;
}
a {
int-property: 3;
padding-top: 3px;
}
a {
int-property: 2;
padding-top: 2px;
}

View File

@ -1,5 +1,5 @@
@import url("import-cyclic-1.css");
a {
int-property: 3
padding-top: 3px
}

View File

@ -1,11 +1,11 @@
a {
int-property: 2;
padding-top: 2px;
}
a {
int-property: 1;
padding-top: 1px;
}
a {
int-property: 3;
padding-top: 3px;
}

View File

@ -1,5 +1,5 @@
@import url("if-this-file-ever-starts-to-exist-you-have-a-weird-sense-of-naming-files.css");
a {
string-property: "make sure it didn't stop parsing";
font-family: "make sure it didn't stop parsing";
}

View File

@ -1,3 +1,3 @@
a {
string-property: "make sure it didn't stop parsing";
font-family: "make sure it didn't stop parsing";
}

View File

@ -1,5 +1,5 @@
@import url("import-recursive.css");
a {
string-property: "Make sure this is parsed"
font-family: "Make sure this is parsed"
}

View File

@ -1,3 +1,3 @@
a {
string-property: "Make sure this is parsed";
font-family: "Make sure this is parsed";
}