browser/devtools/eyedropper/test/color-block.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <!doctype html>
     2 <html>
     3 <head>
     4   <title>basic eyedropper test case</title>
     5   <style type="text/css">
     6   body {
     7     background: #f99;
     8   }
    10   #test {
    11     margin: 100px;
    12     background-color: blue;
    13     width: 200px;
    14     height: 200px;
    15   }
    16   </style>
    17 </head>
    18 <body>
    19   <div id="test">
    20   </div>
    21 </body>
    22 </html>

mercurial