https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 600df6aa643726626d2eab36bc0f6e34bbe5ac2a authored by Julien Cristau on 02 November 2021, 14:00:50 UTC
Bug 1738908 - turn off all cron jobs on esr78 because EOL. r=mtabara a=release DONTBUILD
Tip revision: 600df6a
391412-1b.html
<html><head>
<title>Testcase bug 391412 ΔΎ Regression in float layout causing "clear:" to be ignored</title>
</head>
<body>
<div style="width: 400px; height: 400px; background-color: red;">
  <div style="float:left; width: 100%; background-color: lime;">
    <div style="float: right; width: 100%; margin-left:-100%; height: 400px;"></div>
  </div>
</div>
</body>
</html>
back to top