mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
c5a1b0eda2
--HG-- rename : layout/reftests/forms/progress/bar-pseudo-element-ref.html => layout/reftests/forms/progress/bar-pseudo-element-vertical-ref.html rename : layout/reftests/forms/progress/bar-pseudo-element.html => layout/reftests/forms/progress/bar-pseudo-element-vertical-rtl.html rename : layout/reftests/forms/progress/bar-pseudo-element.html => layout/reftests/forms/progress/bar-pseudo-element-vertical.html rename : layout/reftests/forms/progress/indeterminate-style-width-ref.html => layout/reftests/forms/progress/indeterminate-style-height-ref.html rename : layout/reftests/forms/progress/indeterminate-style-width.html => layout/reftests/forms/progress/indeterminate-style-height.html rename : layout/reftests/forms/progress/margin-padding-ref.html => layout/reftests/forms/progress/margin-padding-vertical-ref.html rename : layout/reftests/forms/progress/margin-padding-rtl-ref.html => layout/reftests/forms/progress/margin-padding-vertical-rtl-ref.html rename : layout/reftests/forms/progress/margin-padding-rtl.html => layout/reftests/forms/progress/margin-padding-vertical-rtl.html rename : layout/reftests/forms/progress/margin-padding.html => layout/reftests/forms/progress/margin-padding-vertical.html rename : layout/reftests/forms/progress/values-ref.html => layout/reftests/forms/progress/values-vertical-ref.html rename : layout/reftests/forms/progress/values-ref.html => layout/reftests/forms/progress/values-vertical-rtl-ref.html rename : layout/reftests/forms/progress/values.html => layout/reftests/forms/progress/values-vertical-rtl.html rename : layout/reftests/forms/progress/values.html => layout/reftests/forms/progress/values-vertical.html
44 lines
1.8 KiB
HTML
44 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<style>
|
|
progress {
|
|
-moz-orient: vertical;
|
|
}
|
|
progress:nth-child(1) { margin: 10px; padding: 0px; }
|
|
progress:nth-child(2) { margin: 0px; padding: 10px; }
|
|
progress:nth-child(3) { margin: 10px; padding: 10px; }
|
|
progress:nth-child(4) { margin: 5px; padding: 5px; }
|
|
progress:nth-child(5) { margin: 50px; padding: 50px; }
|
|
progress:nth-child(6) { margin: 100px; padding: 100px; }
|
|
progress:nth-child(7) { margin: 10px 0px 0px 0px; padding: 0px; }
|
|
progress:nth-child(8) { margin: 0px 10px 0px 0px; padding: 0px; }
|
|
progress:nth-child(9) { margin: 0px 0px 10px 0px; padding: 0px; }
|
|
progress:nth-child(10) { margin: 0px 0px 0px 10px; padding: 0px; }
|
|
progress:nth-child(11) { margin: 0px; padding: 10px 0px 0px 0px; }
|
|
progress:nth-child(12) { margin: 0px; padding: 0px 10px 0px 0px; }
|
|
progress:nth-child(13) { margin: 0px; padding: 0px 0px 10px 0px; }
|
|
progress:nth-child(14) { margin: 0px; padding: 0px 0px 0px 10px; }
|
|
progress:nth-child(15) { margin: 0px; padding: 2px 4px 6px 8px; }
|
|
progress:nth-child(16) { margin: 2px 4px 6px 8px; padding: 0px; }
|
|
</style>
|
|
<body>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
<progress value='1'></progress>
|
|
</body>
|
|
</html>
|