blob: 05e9fdf8c06f08ac95ab53290789a2c6a7e0f65d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<html class="reftest-paged">
<head>
<title>Bug 563584, reftest-print version of original testcase, with anchor points</title>
<style type="text/css">
div{
border: 1px solid green;
}
</style>
</head>
<body>
<div style="height: 0; margin-left: 2in; border: none; padding-left: 2px">c d e</div>
<div style="width:2in;">
<div style="width:1in; height:2.5in;">A</div>
<div style="width:1in; height:0.4in;">B</div>
</div>
<div style="width:3in; height: 0.4in">C</div>
<div style="width:3in; height: 0.4in">D</div>
|