1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/first-line/border-not-apply.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<title>border should not apply to :first-line (bug 469227)</title> 1.6 +<style type="text/css"> 1.7 + 1.8 +p::first-line { 1.9 + /* specify all the properties in nsStyleBorder */ 1.10 + -moz-border-start: medium solid red ! important; 1.11 + -moz-border-end: medium solid red ! important; 1.12 + border: medium solid red ! important; 1.13 + border-image: none ! important; 1.14 + -moz-float-edge: content-box ! important; 1.15 + border-radius: 0 ! important; 1.16 + -moz-border-top-colors: none ! important; 1.17 + -moz-border-right-colors: none ! important; 1.18 + -moz-border-bottom-colors: none ! important; 1.19 + -moz-border-left-colors: none ! important; 1.20 + box-shadow: none ! important; 1.21 +} 1.22 + 1.23 +</style> 1.24 +<p>Hello</p>