~ubuntu-branches/ubuntu/lucid/tidy/lucid

« back to all changes in this revision

Viewing changes to test/input/in_609058.html

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080120214603-poklofici9og61tx
Tags: 20080116cvs-2
* debian/control: build depends on xsltproc
  (closes: #461608)
* debian/tidy.preinst,postinst: add code to move old config file
  (closes: #461623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
<html>
 
4
<head>
 
5
<title>609058 - elements replaced by CSS</title>
 
6
</head>
 
7
 
 
8
<body>
 
9
 
 
10
<div>
 
11
<u>aa</u>
 
12
<s>aa</s>
 
13
<strike>aa</strike>
 
14
</div>
 
15
 
 
16
<div>
 
17
<u>aa</u>
 
18
<s>aa</s>
 
19
<strike>aa</strike>
 
20
</div>
 
21
 
 
22
<div>
 
23
<p><u>aa</u></p>
 
24
<p><s>aa</s></p>
 
25
<p><strike>aa</strike></p>
 
26
</div>
 
27
 
 
28
<div>
 
29
<p><u>aa</u> bb</p>
 
30
<p><s>aa</s> bb</p>
 
31
<p><strike>aa</strike> bb</p>
 
32
</div>
 
33
 
 
34
<div>
 
35
<p><b><u>aa</u></b></p>
 
36
<p><b><s>aa</s></b></p>
 
37
<p><b><strike>aa</strike></b></p>
 
38
</div>
 
39
 
 
40
<div>
 
41
<p><b><u>aa</u> bb</b></p>
 
42
<p><b><s>aa</s> bb</b></p>
 
43
<p><b><strike>aa</strike> bb</b></p>
 
44
</div>
 
45
 
 
46
<div>
 
47
<p><b>cc <u>aa</u> bb</b></p>
 
48
<p><b>cc <s>aa</s> bb</b></p>
 
49
<p><b>cc <strike>aa</strike> bb</b></p>
 
50
</div>
 
51
 
 
52
</body>
 
53
</html>