mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
21
layout/reftests/first-line/border-not-apply.html
Normal file
21
layout/reftests/first-line/border-not-apply.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!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 */
|
||||
border-inline-start: medium solid red ! important;
|
||||
border-inline-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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue