https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b2ad6f0db8c5be660d987da9fc377118111e212c authored by ffxbld on 11 October 2012, 04:11:52 UTC
Added FENNEC_17_0b1_RELEASE FENNEC_17_0b1_BUILD2 tag(s) for changeset f02c5fb11741. DONTBUILD CLOSED TREE a=release
Tip revision: b2ad6f0
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