[gtk+] Update css parser test for borders
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Update css parser test for borders
- Date: Mon, 21 Dec 2015 19:23:59 +0000 (UTC)
commit b56980eba288f22062ad062c1b33705171c39467
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Dec 21 14:06:07 2015 -0500
Update css parser test for borders
Use the border-image-width property instead of a made-up
border-valued property.
testsuite/css/parser/border.css | 28 ++++++++++++++--------------
testsuite/css/parser/border.ref.css | 14 +++++++-------
2 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/testsuite/css/parser/border.css b/testsuite/css/parser/border.css
index 3955f68..3104bd4 100644
--- a/testsuite/css/parser/border.css
+++ b/testsuite/css/parser/border.css
@@ -1,55 +1,55 @@
a {
- border-property: 1 2 3 4;
+ border-image-width: 1 2 3 4;
}
b {
- border-property: 1 2 3;
+ border-image-width: 1 2 3;
}
c {
- border-property: 1 2;
+ border-image-width: 1 2;
}
d {
- border-property: 1;
+ border-image-width: 1;
}
e {
- border-property: 0 0 0 0;
+ border-image-width: 0 0 0 0;
}
f {
- border-property: 1px 2px 3 4px;
+ border-image-width: 1px 2px 3 4px;
}
g {
- border-property: 5 oops 6 7;
+ border-image-width: 5 oops 6 7;
}
h {
- border-property: true;
+ border-image-width: true;
}
i {
- border-property: -1;
+ border-image-width: -1;
}
j {
- border-property: -5px;
+ border-image-width: -5px;
}
k {
- border-property: 3units;
+ border-image-width: 3units;
}
l {
- border-property: 1 2 3 4units;
+ border-image-width: 1 2 3 4units;
}
m {
- border-property: 1 2 3 4 5;
+ border-image-width: 1 2 3 4 5;
}
n {
- border-property: 1 2 ; 4;
+ border-image-width: 1 2 ; 4;
}
diff --git a/testsuite/css/parser/border.ref.css b/testsuite/css/parser/border.ref.css
index 73bfc35..a8c6092 100644
--- a/testsuite/css/parser/border.ref.css
+++ b/testsuite/css/parser/border.ref.css
@@ -1,27 +1,27 @@
a {
- border-property: 1 2 3 4;
+ border-image-width: 1 2 3 4;
}
b {
- border-property: 1 2 3;
+ border-image-width: 1 2 3;
}
c {
- border-property: 1 2;
+ border-image-width: 1 2;
}
d {
- border-property: 1;
+ border-image-width: 1;
}
e {
- border-property: 0;
+ border-image-width: 0;
}
f {
- border-property: 1 2 3 4;
+ border-image-width: 1px 2px 3 4px;
}
n {
- border-property: 1 2;
+ border-image-width: 1 2;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]