summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1127488-align-top-right-ref.html
blob: 448ac8fb1e0d8721e10aea423b866c3e2151a293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
 <head>
  <title>CSS Reftest Reference</title>
  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
  <style type="text/css">
  body {
    margin: 0;
  }
  div {
    position: absolute;
    left: 200px;
    top: 0px;
  }
  </style>
 </head>
 <body>
   <div><img src="green-100x100.png" width="100" height="100" alt="Image download support must be enabled"></img></div>
 </body>
</html>