~ubuntu-branches/ubuntu/vivid/tidy/vivid-updates

« back to all changes in this revision

Viewing changes to test/input/in_427811.html

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (0.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120214603-oqicq5jwr1exrm55
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
<html> 
 
2
<head>
 
3
  <title>[#427811] FRAME inside NOFRAME infinite loop</title>
 
4
</head> 
 
5
<!--
 
6
<frameset rows="25%,*">
 
7
  <frame src="title.html" name="p1" scrolling=no> 
 
8
</frameset>
 
9
-->
 
10
<noframes> 
 
11
  <body bgcolor="#000000" text="#ffffff"> 
 
12
  <h1>Need a Frame Capable Browser!</h1> 
 
13
  <frame src="body.html" name="p2"> 
 
14
  </body> 
 
15
</noframes> 
 
16
</html>