https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c0500f52f22bf97c83d9c60161c8b2cfa7016b88 authored by Ryan VanderMeulen on 27 February 2015, 18:00:36 UTC
Backed out changeset 5fb28d06581c (bug 1136855) for landing on the wrong branch.
Tip revision: c0500f5
958249.html
<!DOCTYPE HTML>
<html><head>
  <meta charset="utf-8">
  <title>Bug 958249 test 1</title>
  <style>
        html,body {
            color:black; background-color:white; font-size:16px;
        }

.logo::first-letter {
  border:2px solid;
}

.logo2::first-letter {
  float:left;
  border:2px solid;
}

</style>
<body>
<div class="logo">P&nbsp;</div>
<br clear="all">
<div class="logo2">P&nbsp;</div>
</body></html>
back to top