Files
tubestation/layout/reftests/native-theme/progress-overflow-small.html
2017-04-21 02:24:19 +02:00

10 lines
259 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="-moz-appearance: progressbar; appearance: auto; width:180px; height:6px;">
<div style="-moz-appearance: progresschunk; appearance: auto; width:50%; height:100%;">
</div>
</div>
</body>
</html>