~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/webshell/tests/viewer/samples/test_weight.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 
2
    "http://www.w3.org/TR/REC-html40/loose.dtd">
 
3
 
 
4
<HTML>
 
5
<HEAD>
 
6
</HEAD>
 
7
 
 
8
<BODY>
 
9
 
 
10
<DIV style="font-weight:200;">font weight 200
 
11
    <DIV style="font-weight:bolder;"> 200 bolder 
 
12
    </DIV>
 
13
</DIV>
 
14
 
 
15
<DIV style="font-family:Garamond; font-weight:100;"> Garamond 100
 
16
  <DIV style="font-family:Garamond; font-weight:bolder;"> Garamond Bolder</DIV>
 
17
</DIV>
 
18
 
 
19
<DIV style="font-family:arial; font-weight:100;"> weight 100</DIV>
 
20
<DIV style="font-family:arial; font-weight:200;"> weight 200</DIV>
 
21
<DIV style="font-family:arial; font-weight:300;"> weight 300</DIV>
 
22
<DIV style="font-family:arial; font-weight:400;"> weight 400</DIV>
 
23
<DIV style="font-family:arial; font-weight:500;"> weight 500</DIV>
 
24
<DIV style="font-family:arial; font-weight:600;"> weight 600</DIV>
 
25
<DIV style="font-family:arial; font-weight:700;"> weight 700</DIV>
 
26
<DIV style="font-family:arial; font-weight:800;"> weight 800</DIV>
 
27
<DIV style="font-family:arial; font-weight:900;"> weight 900</DIV>
 
28
 
 
29
<DIV style="font-weight:400;"> normal  
 
30
  <DIV style="font-weight:lighter;"> lighter
 
31
    <DIV style="font-weight:bolder;"> bolder 
 
32
      <DIV style="font-weight:bolder;"> bolder 
 
33
        <DIV style="font-weight:bolder;"> bolder 
 
34
           <DIV style="font-weight:lighter;"> lighter 
 
35
           </DIV>
 
36
        </DIV>
 
37
      </DIV>
 
38
    </DIV>
 
39
  </DIV>
 
40
</DIV>
 
41
</BODY>
 
42
</HTML>
 
43
 
 
44
 
 
45