blob: 93884835707fe2cde6def6581ef96362ee89d7ef (
plain)
1
2
3
4
5
|
<!DOCTYPE html>
<script src="resources/window-resize-repaint.js"></script>
<body style="margin: 0">
<div style="position: absolute; width: 50%; height: 50%; background-color: blue"></div>
</body>
|