summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/inline-1.html
blob: 76478893b2d9e79a6b693f817ba50ebbaa155167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>
 <head>
  <title>Inline test page #1</title>
  <style type="text/css">
    .second {
     font-size:2em;
    }
  </style>
  <style type="text/css">
    .first {
     font-size:3em;
    }
  </style>
 </head>
 <body class="first">
   Inline test page #1
 </body>
</html>