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