mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
427 B
HTML
12 lines
427 B
HTML
<script>
|
|
o0 = document.createElement('canvas');
|
|
(document.body || document.documentElement).appendChild(o0);
|
|
o1 = o0.getContext('2d');
|
|
|
|
o1.strokeRect(1.7976931348623157e+308, 0.651, 8, 34.323262543409996);
|
|
o1.strokeRect(34.323262543409996, 1.7976931348623157e+308, 0.651, 8);
|
|
o1.strokeRect(8, 34.323262543409996, 1.7976931348623157e+308, 0.651);
|
|
o1.strokeRect(0.651, 8, 34.323262543409996, 1.7976931348623157e+308);
|
|
|
|
</script>
|