blob: 5c5dc52f1cef0d457fb7482dd153a6442810970f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html class="reftest-paged">
<body>
<div style="float:left">
<div>
<img src="about:blank" height="2000">
</div>
<div style="float:left">XYZ</div>
</div>
<div style="clear:both"></div>
</body>
</html>
|