summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform-translate-ref.html
blob: 1a781a06145aa3f6c192976b36dbb47672666ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
	<link rel="author" title="Keith Schwarz" href="mailto:keith@keithschwarz.com">
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
  </head>
  <body>
    <div style="position: relative; left: 50px; top: 50px;">
      Test Text
    </div>
  </body>
</html>