https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7861638b06a23db62cf1b7e676a7374710dce7f1 authored by seabld on 13 February 2013, 14:13:12 UTC
Added tag SEAMONKEY_2_16b5_RELEASE for changeset FIREFOX_19_0b6_BUILD1. CLOSED TREE a=release
Tip revision: 7861638
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