https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dd2f462a971fdf6a72e7c3da774a4e4a5608ebfa authored by B2G Bumper Bot on 09 June 2014, 23:03:54 UTC
Bumping manifests a=b2g-bump
Tip revision: dd2f462
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