https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ecf419356aaa546cb6a653612e622c23976da972 authored by ffxbld on 10 December 2015, 15:48:02 UTC
Added FIREFOX_38_5_0esr_RELEASE FIREFOX_38_5_0esr_BUILD1 tag(s) for changeset 033aa21860a4. DONTBUILD CLOSED TREE a=release
Tip revision: ecf4193
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