no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / first-line / border-not-apply.html
blob8665963f36b07e77ee84bde0197f457dc0cdaab3
1 <!DOCTYPE HTML>
2 <title>border should not apply to :first-line (bug 469227)</title>
3 <style type="text/css">
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;
16 </style>
17 <p>Hello</p>