layout/reftests/scoped-style/scoped-style-006.html

Wed, 31 Dec 2014 06:55:46 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:46 +0100
changeset 1
ca08bd8f51b2
permissions
-rw-r--r--

Added tag TORBROWSER_REPLICA for changeset 6474c204b198

     1 <!DOCTYPE html>
     2 <body>
     3   <style>
     4     p { color: blue }
     5   </style>
     6   <p>First</p>
     7   <p id=a>
     8     <style scoped>
     9       #a { color: green }
    10     </style>
    11     Second
    12   </p>
    13   <p>Third</p>
    14 </body>

mercurial