https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 723010b136d5b145c15e1ef215bbfdcfce20965a authored by ffxbld on 08 January 2013, 21:18:26 UTC
Added FENNEC_19_0b1_RELEASE FENNEC_19_0b1_BUILD2 tag(s) for changeset 50cbe5a371e2. DONTBUILD CLOSED TREE a=release
Tip revision: 723010b
border-not-apply.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>
back to top