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

</body></html>