mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
352 B
HTML
10 lines
352 B
HTML
|
<html>
|
||
|
<body style="margin: 0">
|
||
|
<div style="background: black;
|
||
|
width: 25px; height: 25px"></div>
|
||
|
<!-- XXXdholbert The above div should actually be 50x50 instead of 25x25, but
|
||
|
bug 541270 makes our testcases render smaller than they should. Once
|
||
|
that bug is fixed, we need a s/25px/50px/ in this file. -->
|
||
|
</body>
|
||
|
</html>
|