summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-line/border-not-apply.html
blob: 8665963f36b07e77ee84bde0197f457dc0cdaab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<title>border should not apply to :first-line (bug 469227)</title>
<style type="text/css">

p::first-line {
  /* specify all the properties in nsStyleBorder */
  border-inline-start: medium solid red ! important;
  border-inline-end: medium solid red ! important;
  border: medium solid red ! important;
  border-image: none ! important;
  -moz-float-edge: content-box ! important;
  border-radius: 0 ! important;
  box-shadow: none ! important;
}

</style>
<p>Hello</p>