layout/reftests/bugs/461266-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2 <html>
     3 <head>
     4     <title>Testcase for bug 461266</title>
     5     <style type="text/css">
     6       div { height: 100px; width: 100px; }
     8       @media all and (min-width:0) {}
     9       div { background-color: blue; }
    11       /* This line stops parsing of following selectors  */
    12       @media all and(min-width:0) {}
    13       div { float: right; }
    14     </style>
    15 </head>
    17 <body>
    18   <div></div>
    19 </body>
    20 </html>

mercurial