summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/border-breaking-000-cols.ref.xhtml
blob: 3ef0e2b0cae2dd20d56b164ec3cc6c5035bc413c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Pagination with Borders</title>
  <style type="text/css">
    div {
      height: 200px;
      width: 300px;
      border: solid silver;
      border-style: none solid;
      background: green;
    }
  </style>
 </head>
 <body>
  <div>
  </div>
 </body>
</html>