https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d00534b0ad1d32cf7ed204a458eed53a5dcf5cc7 authored by Till Schneidereit on 23 April 2013, 11:58:24 UTC
Bug 851788 - prevent jsd_SetExecutionHook from operating on self-hosted functions. a=philor
Tip revision: d00534b
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