summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/relative/percent-ref.html
blob: cb496b0b523536f03953b9f29a03df220998f7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="style.css">
  </head>
  <body>
    <div id="container" style="border-width: 10px; padding: 50px"
      >surrounding <span id="rel"
        style="left: 50%; top: 50%;"
        >position&#10;relative</span> text</div>
  </body>
</html>