OLD | NEW |
---|---|
(Empty) | |
1 <!doctype html> | |
2 <html> | |
3 <head> | |
4 <title>Test that numbers in border-image-width are rendered correctly</title> | |
5 <style> | |
6 .ref { | |
7 background: url(../css/resources/greenbox-100px.png); | |
8 width: 140px; | |
9 height: 140px; | |
10 } | |
11 </style> | |
12 </head> | |
13 <body> | |
14 <div class="ref"></div> | |
15 <p>There should be a green box above.</p> | |
16 </body> | |
17 </html> | |
OLD | NEW |