layout/reftests/bugs/379178-html.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <html>
     2 <head>
     4 <title>HTML Test for Bug #379178</title>
     6 <style type="text/css">
     8 span
     9 {
    10  background-color: white;
    11 }
    13 #element,
    14 .extra
    15 {
    16  background-color: #8f8;
    17 }
    19 </style>
    21 </head>
    22 <body>
    24 <p>
    25  <span style="background-color: #8f8;">a</span>
    26  <span id="element">b</span>
    27  <span class="extra">c</span>
    28 </p>
    30 </body>
    31 </html>

mercurial