comparison: layout/reftests/forms/progress/block-invalidate-ref.html
layout/reftests/forms/progress/block-invalidate-ref.html
- branch
- TOR_BUG_3246
- changeset 5
- 4ab42b5ab56c
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <link rel='stylesheet' type='text/css' href='style.css'> |
|
4 <style> |
|
5 progress { display: block; } |
|
6 </style> |
|
7 <body> |
|
8 <progress value='0.5'></progress> |
|
9 </body> |
|
10 </html> |