https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 835e9f56e8c59a2985c49f2477654d68d3b59180 authored by ffxbld on 06 March 2013, 19:23:24 UTC
Added FENNEC_19_0_1_RELEASE FENNEC_19_0_1_BUILD1 tag(s) for changeset 2f6e390f672e. DONTBUILD CLOSED TREE a=release
Tip revision: 835e9f5
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