tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

selectors-empty-001-ref.xml (730B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <title>CSS: 15 simple tests of :empty</title>
      4 <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
      5 <style type="text/css">
      6 tests, tests * {
      7  display: block;
      8 }
      9 tests > * {
     10  border: solid thick lime;
     11  height: 1em;
     12  padding: 4px;
     13  margin: 4px;
     14  color: white;
     15 }
     16 </style>
     17 </head>
     18 <body>
     19 <p>Below there should be fifteen big green boxes and no red.</p>
     20 <tests xmlns="http://www.example.org/" type="positive">
     21  <test1/>
     22  <test2/>
     23  <test3/>
     24  <test4/>
     25  <test5/>
     26 </tests>
     27 <tests xmlns="http://www.example.org/" type="negative">
     28  <test1/>
     29  <test2/>
     30  <test3/>
     31  <test4/>
     32  <test5/>
     33  <test6/>
     34  <test7/>
     35  <test8/>
     36  <test9/>
     37  <test10/>
     38 </tests>
     39 </body>
     40 </html>