https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 3fc30fc361493750bed65be044adda2922b58c6e authored by ffxbld on 20 April 2016, 21:28:35 UTC
Added FIREFOX_45_1_0esr_RELEASE FIREFOX_45_1_0esr_BUILD1 tag(s) for changeset 057ec68c9c30. DONTBUILD CLOSED TREE a=release
Tip revision: 3fc30fc
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