Removed obsolete output directory.
This commit is contained in:
parent
96349aedd5
commit
698768391e
|
@ -1,16 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Test Input For Bug #427820</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table summary=
|
||||
"Cell start and end tags should be in same column of text in output">
|
||||
<tr>
|
||||
<td><br></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
|
@ -1,59 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>[#427826] Script source needs escaping/CDATA
|
||||
section</title>
|
||||
<script type="application/ecmascript">
|
||||
<![CDATA[
|
||||
<!--
|
||||
function isLessThan()
|
||||
{
|
||||
var a = 2, b = 3;
|
||||
if (a < b) alert("a less than b");
|
||||
return ( a < b );
|
||||
}
|
||||
-->
|
||||
]]>
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
language='JavaScript'>
|
||||
//<![CDATA[
|
||||
<!--
|
||||
alert("...");
|
||||
//-->
|
||||
//]]>
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
language='JavaScript'>
|
||||
//<![CDATA[
|
||||
function loop_de_loop()
|
||||
{
|
||||
for ( ix=0; ix < 5; ++ix )
|
||||
{
|
||||
alert( "Bob's yer uncle " + ix );
|
||||
}
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
language='JavaScript'>
|
||||
//<![CDATA[
|
||||
function round_again()
|
||||
{
|
||||
for ( ix=0; ix < 5; ++ix )
|
||||
{
|
||||
alert( "Shivver me timbers " + ix );
|
||||
}
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="isLessThan()">
|
||||
<p>If converted to XML/XHTML, the < in the javascript source
|
||||
above causes problems for XML tools.</p>
|
||||
</body>
|
||||
</html>
|
|
@ -1,54 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Joe-Bob Briggs LLP</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<h1>Joe-Bob Briggs LLP</h1>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p>Bryan Joe-Bob LLP is a leading national and international
|
||||
corporate, litigation and private client law firm. We
|
||||
represent a wide variety of business, institutional and
|
||||
individual clients for whom our lawyers handle a wide range
|
||||
of matters. As a result, our lawyers are well prepared
|
||||
to meet the needs of clients whether large or small, public
|
||||
or private, for-profit or not-for-profit.</p>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p>Joe-Bob Briggs has more offices than you can shake a stick
|
||||
at. These locations give Joe-Bob the geographic reach
|
||||
to assist his clients where their needs are most
|
||||
pressing.</p>
|
||||
|
||||
<ul>
|
||||
<li>Estate Planning</li>
|
||||
|
||||
<li>Closely-Held Business Practice</li>
|
||||
|
||||
<li>Estate, Gift, Income and Other Tax Advice</li>
|
||||
</ul>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p>Joe-Bob joined the Firm in 1995 after 15 years with the
|
||||
Kansas City firm of Fish, Gill, Smoker & Butts, where he
|
||||
was a Shareholder/Director. John is a past Chair of the
|
||||
Estate Planning, Probate and Trust Committee of the Kansas
|
||||
City Metropolitan Bar Association and co-authored the
|
||||
Drinking Procedures Manual for County Practitioners.
|
||||
Currently, JB is a member of the Missouri Bar Probate and
|
||||
Trust Committee, the Estate Planning Society and the
|
||||
Mid-America Planned Giving Council. A fellow of the
|
||||
American College of Trust and Estate Counsel, JB lectures
|
||||
frequently on Estate Planning topics for both legal and lay
|
||||
organizations. </p>
|
||||
|
||||
<p></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- [ #480701 ] -xml conflicts with -output-xhtml -->
|
||||
<test>
|
||||
<image rdf:resource="http://www.atmedia.net/" />
|
||||
</test>
|
||||
<!--
|
||||
Expected output:
|
||||
<image rdf:resource="http://www.atmedia.net/"/>
|
||||
or
|
||||
<image rdf:resource="http://www.atmedia.net/"></image>
|
||||
|
||||
Actual output:
|
||||
<image rdf:resource="http://www.atmedia.net/"/></image>
|
||||
-->
|
|
@ -1,37 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Test for bug #533233</title>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function offsite()
|
||||
{
|
||||
document.write("<img src='images/world.gif' alt='[Off Site]' width='17' height='15' border='0'>");
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
<script type="text/javascript" src="script1.js">
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Script sample 1</h1>
|
||||
|
||||
<p class="big">Headline project—Link to
|
||||
<a href="http://offsite.com/"><script type="text/javascript">
|
||||
//<![CDATA[
|
||||
offsite();
|
||||
//]]>
|
||||
</script>offsite page</a>.</p>
|
||||
|
||||
<h1>Input 1</h1>
|
||||
|
||||
<p>text<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
f(0);
|
||||
//]]>
|
||||
</script>text</p>
|
||||
</body>
|
||||
</html>
|
|
@ -1,22 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="HTML Tidy for Windows (vers 1st May 2002), see www.w3.org" />
|
||||
|
||||
<title>#540571 Inconsistent behaviour with span inline element</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>
|
||||
<font color="red">Hello World</font>
|
||||
</h1>
|
||||
|
||||
<p>The font inline is moved so it becomes a child of the h1 element.</p>
|
||||
|
||||
<h1>
|
||||
<span color="red">Hello World</span>
|
||||
</h1>
|
||||
|
||||
<p>The span inline is not moved so it becomes a child of the h1 element, which is inconsistent and does not correspond with current browser behaviour any more.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in a new issue