servo/tests/ref/jpeg_ref.html
2015-08-06 12:48:59 +10:00

15 lines
232 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
background-color: rgb(75, 255, 0);
width: 64px;
height: 64px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>