summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/browser-toolbox/test/doc_browser_toolbox_ruleview_stylesheet.html
blob: 3fab2ff8a84c581ce096b5f71061965714a8b38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/ -->
<!doctype html>

<html>
  <head>
    <link rel="stylesheet" type="text/css" href="style_browser_toolbox_ruleview_stylesheet.css">
  </head>
  <body>
    <div>test div with "color: red" applied from a stylesheet</div>
  </body>
</html>