summaryrefslogtreecommitdiff
path: root/testsuite/reftests/shorthand-entry-border.css
blob: aae1827d55f743156e2a9102bce845a16b9de08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "reset-to-defaults.css";

widget {
  border-right-width: 5px;
}

entry {
  border-width: 10px 20px;
}

entry {
  border-left-width: 10px;
  border-right-width: 10px;
}

#reference {
  border-width: 10px;
}