2008-12-12 10:59:03 -08:00
|
|
|
<!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 */
|
|
|
|
-moz-border-start: medium solid red ! important;
|
|
|
|
-moz-border-end: medium solid red ! important;
|
|
|
|
border: medium solid red ! important;
|
|
|
|
-moz-border-image: none ! important;
|
|
|
|
-moz-float-edge: content-box ! important;
|
2010-09-09 08:21:47 -07:00
|
|
|
border-radius: 0 ! important;
|
2008-12-12 10:59:03 -08:00
|
|
|
-moz-border-top-colors: none ! important;
|
|
|
|
-moz-border-right-colors: none ! important;
|
|
|
|
-moz-border-bottom-colors: none ! important;
|
|
|
|
-moz-border-left-colors: none ! important;
|
2010-09-11 09:27:12 -07:00
|
|
|
box-shadow: none ! important;
|
2008-12-12 10:59:03 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
<p>Hello</p>
|