https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e373ee4a3888eebed9bec12d9420e56064ed2087 authored by seabld on 01 November 2012, 03:43:34 UTC
Added tag SEAMONKEY_2_14b3_RELEASE for changeset FIREFOX_17_0b4_BUILD1. CLOSED TREE a=release
Tip revision: e373ee4
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