mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +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
24
layout/reftests/box-shadow/boxshadow-button.html
Normal file
24
layout/reftests/box-shadow/boxshadow-button.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE HTML>
|
||||
<style>
|
||||
#a, #b {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background-color: grey;
|
||||
-moz-appearance: none;
|
||||
box-shadow: 4px 4px 3px black;
|
||||
border: none !important;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#a {
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
#b {
|
||||
top: 170px;
|
||||
left: 20px;
|
||||
</style>
|
||||
|
||||
<input type="button" id="a" value=""></input>
|
||||
<button id="b"></button>
|
||||
Loading…
Add table
Add a link
Reference in a new issue