https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 451a52c38d00be066fcc8d028ecb49f14757b08a authored by Matt Brubeck on 10 August 2011, 13:46:00 UTC
Bug 669289 - Fennec UI is unresponsive and browser becomes unusable if a restart is triggered with a single blank tab open [r=mfinkle, a=drivers]
Tip revision: 451a52c
461266-1.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <title>Testcase for bug 461266</title>
    <style type="text/css">
      div { height: 100px; width: 100px; }

      @media all and (min-width:0) {}
      div { background-color: blue; }

      /* This line stops parsing of following selectors  */
      @media all and(min-width:0) {}
      div { float: right; }
    </style>
</head>

<body>
  <div></div>
</body>
</html>
back to top