comparison: layout/reftests/css-blending/background-blending-image-color-gif-ref.html
layout/reftests/css-blending/background-blending-image-color-gif-ref.html
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <html> |
|
3 <style> |
|
4 div { |
|
5 width: 100px; |
|
6 height: 100px; |
|
7 background-color: rgb(0,255,0); |
|
8 } |
|
9 |
|
10 </style> |
|
11 <body> |
|
12 <div></div> |
|
13 </body> |
|
14 </html> |