https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a906476c12d0462099c15bc5d76158645b74af89 authored by ffxbld on 14 July 2014, 22:37:17 UTC
Added FIREFOX_31_0esr_RELEASE FIREFOX_31_0esr_BUILD1 tag(s) for changeset 3d63f49adc20. DONTBUILD CLOSED TREE a=release
Tip revision: a906476
perspective-origin-4-ref.html
<!DOCTYPE html>
<html lang="en">
<head>
  <title>Testcase for bug 770629</title>
  <style>

div {
  position: absolute;
  left: 125px;
  width: 50px;
  height: 100px;
  background: blue;
}

  </style>
</head>
<body>
  <div></div>
</body>
</html>
back to top