Bug 449833 - Add platform colors -moz-mac-chrome-active and -moz-mac-chrome-inactive...
[mozilla-central.git] / layout / reftests / pagination / content-inserted-002.ref.xhtml
blob37bded68a1b41e5a4a76eb8560b9f6868521b3d4
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>Content Appended in Pagination</title>
6 <style type="text/css">
7 #colset {
8 height: 200px;
9 width: 450px;
10 -moz-column-width: 150px;
11 -moz-column-gap: 0;
12 border: 3px solid silver;
15 #mark {
16 border-bottom: 4px solid blue;
19 #shift {
20 height: 201px;
21 border-bottom: 4px solid blue;
23 </style>
24 </head>
26 <body>
28 <div id="colset">
29 <div id="x">
30 <div id="shift"></div>
31 <div id="mark">This must be in the second column between two 4px blue lines.</div>
32 </div>
33 </div>
35 </body>
37 </html>