https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a16e68c38aabd1d9c86c8a6fa4e8291dbefeb59e authored by Ryan VanderMeulen on 18 June 2014, 20:15:32 UTC
Merge fx-team to m-c. a=merge
Tip revision: a16e68c
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