mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +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
20
widget/reftests/progressbar-fallback-default-style.html
Normal file
20
widget/reftests/progressbar-fallback-default-style.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<style>
|
||||
progress { padding: 5px }
|
||||
body > progress:nth-child(1) { -moz-appearance: none; }
|
||||
body > progress:nth-child(2)::-moz-progress-bar { -moz-appearance: none; }
|
||||
body > progress:nth-child(3) { background-color: red; }
|
||||
body > progress:nth-child(4)::-moz-progress-bar { background-color: red; }
|
||||
body > progress:nth-child(5) { border: 2px solid red; }
|
||||
body > progress:nth-child(6)::-moz-progress-bar { border: 5px solid red; }
|
||||
</style>
|
||||
<body>
|
||||
<progress></progress>
|
||||
<progress></progress>
|
||||
<progress></progress>
|
||||
<progress></progress>
|
||||
<progress></progress>
|
||||
<progress></progress>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue