tenfourfox/layout/reftests/first-line/border-not-apply.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
665 B
HTML

<!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;
border-image: none ! important;
-moz-float-edge: content-box ! important;
border-radius: 0 ! important;
-moz-border-top-colors: none ! important;
-moz-border-right-colors: none ! important;
-moz-border-bottom-colors: none ! important;
-moz-border-left-colors: none ! important;
box-shadow: none ! important;
}
</style>
<p>Hello</p>