r1610: Because ISSO is now in a git repository, we are merely going to add the last...
[bugdar.git] / framework / dev / background-position-testcase.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <style type="text/css">
7
8 html
9 {
10 height: 100%;
11 }
12
13 body
14 {
15 color: rgb(0, 0, 0);
16
17 background-color: rgb(255, 255, 255);
18 background-image: url(../images/body.gif);
19 background-repeat: repeat-x;
20 background-position: 100% 100%;
21 }
22
23 </style>
24 <title>Testcase</title>
25 </head>
26 <body>
27
28 Bug: <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=243751">https://bugzilla.mozilla.org/show_bug.cgi?id=243751</a>
29
30 </body>
31 </html>