border-not-apply.html (487B)
1 <!DOCTYPE HTML> 2 <title>border should not apply to :first-line (bug 469227)</title> 3 <style type="text/css"> 4 5 p::first-line { 6 /* specify all the properties in nsStyleBorder */ 7 border-inline-start: medium solid red ! important; 8 border-inline-end: medium solid red ! important; 9 border: medium solid red ! important; 10 border-image: none ! important; 11 -moz-float-edge: content-box ! important; 12 border-radius: 0 ! important; 13 box-shadow: none ! important; 14 } 15 16 </style> 17 <p>Hello</p>