mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
14 lines
216 B
HTML
14 lines
216 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="float: left; height: 100px; overflow: hidden">
|
|
<img src=400x400_green.png style="width: 100px;">
|
|
</div>
|
|
There should be no red.
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|
|
|