https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0e4d73b352638f4cdc463b52120e96b5448e24b9 authored by David Keeler on 22 October 2013, 21:47:01 UTC
bug 929068 - pref-off OCSP stapling due to site failures r=cviecco a=akeybl
Tip revision: 0e4d73b
uncovering-2-ref.html
<!DOCTYPE HTML>
<html>
<head>
<style>
body {
  width: 1500px;
  overflow: hidden;
}
div#bottom {
  position: fixed;
  left: 0;
  top: 0;
  height: 200px;
  width: 200px;
  background: green;
}
</style>
</head>
<body>
<div style="margin-left:200px; left:200px; width:100px; height:100px; background:pink;"></div>
<div style="left:0; width:500px; height:20px; background:blue;"></div>
<div id="bottom"></div>
</body>
</html>
back to top