Java Doc for TidyOutputBugsTest.java in  » HTML-Parser » JTidy » org » w3c » tidy » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » HTML Parser » JTidy » org.w3c.tidy 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.w3c.tidy.TidyTestCase
   org.w3c.tidy.TidyOutputBugsTest

TidyOutputBugsTest
public class TidyOutputBugsTest extends TidyTestCase (Code)
Testcase for Tidy resolved bugs (wrong output).

see http://sourceforge.net/support/tracker.php?aid=(item number)


author:
   fgiust
version:
   $Revision: 1.38 $ ($Author: fgiust $)



Constructor Summary
public  TidyOutputBugsTest(String name)
     Instantiate a new Test case.

Method Summary
public  voidtest1031865()
     test for Tidy [1031865] : Script parsing warning.
public  voidtest427633()
     test for Tidy [427633] : Line endings not supported correctly.
public  voidtest427662()
     test for Tidy [427662] : BLOCK/INLINE before TABLE parsed wrong.
public  voidtest427677()
     test for Tidy [427677] : TrimInitialSpace() can trim too much.
public  voidtest427812()
     test for Tidy [427812] : Reprocessing OBJECT removes PARAM.
public  voidtest427819()
     test for Tidy [427819] : OPTION w/illegal FONT eats whitespace.
public  voidtest427820()
     test for Tidy [427820] : indent config options ignored for <BR>.
public  voidtest427821()
     test for Tidy [427821] : XHTML TRANSITIONAL doctype set wrongly.
public  voidtest427822()
     test for Tidy [427822] : PopInLine() doesn't check stack.
public  voidtest427823()
     test for Tidy [427823] : Multiple <BODY>'s in <NOFRAMES> allowed.
public  voidtest427825()
     test for Tidy [427825] : Test user defined tags.
public  voidtest427826()
     test for Tidy [427826] : Script source needs escaping/CDATA section.
public  voidtest427830()
     test for Tidy [427830] : Tidy uses an incorrect XHTML 1.0 Namespace, even if the correct namespace is given.
public  voidtest427833()
     test for Tidy [427833] : Uppercase &#X; escape sequences ignored.
public  voidtest427835()
     test for Tidy [427835] : DTD not inserted, but DTD URI Namespace.
public  voidtest427836()
     test for Tidy [427836] : OBJECT should be wrapped in BODY.
public  voidtest427837()
     test for Tidy [427837] : No encoding specified in XML output.
public  voidtest427838()
     test for Tidy [427838] : Name Anchor thrown away.
public  voidtest427839()
     test for Tidy [427839] : Output DOCTYPE/Namespace decl separately.
public  voidtest427845()
     test for Tidy [427845] : Doctypes are output on multiple lines.
public  voidtest427846()
     test for Tidy [427846] : Blank char inserted after first char.
public  voidtest431731()
     test for Tidy [431731] : Inline emphasis inconsistent propagation.
public  voidtest431736()
     test for Tidy [431736] : Doctype decl added before XML decl.
public  voidtest431739()
     test for Tidy [431739] : Spaces carried into empty block tags.
public  voidtest431889()
     test for Tidy [431889] : The "alt-text:" and "doctype: <fpi>" options do not work when specified in a config file with a quoted string parameter.
public  voidtest431898()
     test for Tidy [431898] : Tidy messes up X(HT)ML documents.
public  voidtest431958()
     test for Tidy [431958] : Comments always indented.
public  voidtest431965()
     test for Tidy [431965] : XHTML Strict seen as Transitional w/div.
public  voidtest432677()
     test for Tidy [432677] : Null value changed to "value" for -asxml.
public  voidtest433012()
     test for Tidy [433012] : Illegal ampersands/character entities.
public  voidtest433040()
     test for Tidy [433040] : Anchor tag without attributes deleted.
public  voidtest433359()
     test for Tidy [433359] : Empty iframe elements trimmed.
public  voidtest433360()
     test for Tidy [433360] : Tags with missing > can't be repaired.
public  voidtest433604()
     test for Tidy [433604] : Tidy inserts &nbsp; entity in -xml mode.
public  voidtest433656()
     test for Tidy [433656] : Improve support for PHP.
public  voidtest433666()
     test for Tidy [433666] : Attempt to repair duplicate attributes.
public  voidtest433672()
     test for Tidy [433672] : Anchor enclosing Header tags is omitted.
public  voidtest434940()
     test for Tidy [434940] : --show-body-only: print only body contents.
public  voidtest434940b()
     test for Tidy [434940b] : --show-body-only: print only body contents (used with output-xml).
public  voidtest435903()
     test for Tidy [435903] : Script element w/body child to table bug.
public  voidtest435909()
     test for Tidy [435909] : <noscript></noscript> in <head></head>.
public  voidtest435919()
     test for Tidy [435919] : Nested <q></q>'s not handled correctly.
public  voidtest435920()
     test for Tidy [435920] : Space inserted before </td> causes probs.
public  voidtest435923()
     test for Tidy [435923] : Preserve case of attribute names.
public  voidtest437468()
     test for Tidy [437468] : Test input file for iso-8859-1 character entities.
public  voidtest438650()
     test for Tidy [438650] : Newline in URL attr value becomes space.
public  voidtest438658()
     test for Tidy [438658] : Missing / in title endtag makes 2 titles.
public  voidtest438954()
     test for Tidy [438954] : Body tag w/attributes omitted w/hide-end.
public  voidtest441508()
     test for Tidy [441508] : parser.c: BadForm() function broken.
public  voidtest441568()
     test for Tidy [441568] : Font tags handling different.
public  voidtest441740()
     test for Tidy [441740] : XHTML 1.1 Support.
public  voidtest443381()
     test for Tidy [443381] : end tags for empty elements in XHTML.
public  voidtest443576()
     test for Tidy [443576] : End script tag inside scripts problem.
public  voidtest443678()
     test for Tidy [443678] : Unclosed <script> in <head> messes Tidy.
public  voidtest445074()
     test for Tidy [445074] : XHTML requires form method="post".
public  voidtest445394()
     test for Tidy [445394] : Improve handling of missing trailing ".
public  voidtest445557()
     test for Tidy [445557] : Convert Symbol font chars to Unicode.
public  voidtest449348()
     test for Tidy [449348] : Whitespace added/removed to inline tags.
public  voidtest456596()
     test for Tidy [456596] : Missing attribute name garbles output.
public  voidtest467863()
     test for Tidy [467863] : un-nest <a>.
public  voidtest467865()
     test for Tidy [467865] : un-nesting is incorrect.
public  voidtest470663()
     test for Tidy [470663] : Unterminated tags in <head>confuse pars.
public  voidtest470688()
     test for Tidy [470688] : doesn't cleanup badly nested tags right.
public  voidtest471264()
     test for Tidy [471264] : Reduce blank lines in output.
public  voidtest473490()
     test for Tidy [473490] : DOCTYPE for Proprietary HTML to XHTML bad.
public  voidtest480406()
     test for Tidy [480406] : Single document element discarded.
public  voidtest480701()
     test for Tidy [480701] : -xml conflicts with -output-xhtml.
public  voidtest480843()
     test for Tidy [480843] : Proposed change to FixID().
public  voidtest487204()
     test for Tidy [487204] : Duplicate DIV style attribute generated.
public  voidtest487283()
     test for Tidy [487283] : >/select< does not terminate >option<.
public  voidtest500236()
     test for Tidy [500236] : Test case for MS Access files failing with Error: missing quote mark for attribute value.
public  voidtest502346()
     test for Tidy [502346] : Leading and trailing space in attval .
public  voidtest502348()
     test for Tidy [502348] : <br clear="none"> should be output.
public  voidtest503436()
     test for Tidy [503436] : Detect duplicate attribute specifications in XML docs.
public  voidtest504206()
     test for Tidy [504206] : Tidy errors in processing forms.
public  voidtest505770()
     test for Tidy [505770] : Unclosed %lt;option> tag causing problems.
public  voidtest508936()
     test for Tidy [508936] : Parse CSS Selector prefix in config file.
public  voidtest511243()
     test for Tidy [511243] : xhtml utf8 format bug.
public  voidtest511679()
     test for Tidy [511679] : No end tag for PRE.
public  voidtest514348()
     test for Tidy [514348] : Incorrect wrap behaviour.
public  voidtest514893()
     test for Tidy [514893] : Incorrect http-equiv <meta> tag.
public  voidtest517550()
     test for Tidy [517550] : parser misinterprets ?xml-stylesheet PI.
public  voidtest531964()
     test for Tidy [531964] : <p /> gets tidied into <p /></p>.
public  voidtest533105()
     test for Tidy [533105] : Tidy confused: HTML in VBScript.
public  voidtest533233()
     test for Tidy [533233] : Extra newline around inline <script>.
public  voidtest537604()
     test for Tidy [537604] : Expansion of entity references in -xml.
public  voidtest540045()
     test for Tidy [540045] : Tidy strips all the IMG tags out.
public  voidtest540555()
     test for Tidy [540555] : Empty title tag is trimmed.
public  voidtest540571()
     test for Tidy [540571] : Inconsistent behaviour with span inline element.
public  voidtest578216()
     test for Tidy [578216] : Incorrect indent of <SPAN> elements.
public  voidtest586555()
     test for Tidy [586555] : Misplaced backslash caused by newline.
public  voidtest586562()
     test for Tidy [586562] : Two Doctypes.
public  voidtest593705()
     test for Tidy [593705] : Use of < comparison symbol confuses Tidy.
public  voidtest598860()
     test for Tidy [598860] : Script parsing fails with quote chars.
public  voidtest603128()
     test for Tidy [603128] : tidy adds newlines after </html>.
public  voidtest616744()
     test for Tidy [616744] : Incorrect line break after closing tag.
public  voidtest620531()
     test for Tidy [620531] : br in pre must not cause line break.
public  voidtest629885()
     test for Tidy [629885] : Unbalanced quote in CSS Scrambles Doc.
public  voidtest640473()
     test for Tidy [640473] : new-empty-tags doesn't work, breaks doc.
public  voidtest640474()
     test for Tidy [640474] : XML decl, attributes in wrong order.
public  voidtest646946()
     test for Tidy [646946] : Bad doctype guessing in XML mode.
public  voidtest647900()
     test for Tidy [647900] : tables are incorrectly merged.
public  voidtest655338()
     test for Tidy [655338] : Tidy leaves XML decl in wrong place.
public  voidtest656889()
     test for Tidy [656889] : textarea text and line wrapping.
public  voidtest663548()
     test for Tidy [663548] : Javascript and Tidy - missing code.
public  voidtest678268()
     test for Tidy [678268] : --output-xhtml produces bad xml.
public  voidtest680664()
     test for Tidy [680664] : Malformed comment generates bad (X)HTML.
public  voidtest695408()
     test for Tidy [695408] : Empty spans getting dropped, even if they have attrs.
public  voidtest708322()
     test for Tidy [708322] : drop-proprietary-attributes leaves table height.
public  voidtest735603()
     test for Tidy [735603] : drops attributes from declared elements.
public  voidtest765852()
     test for Tidy [765852] : Empty tag striping.
public  voidtest994841()
     test for Tidy [994841] : Whitespace is removed from value attributes.
public  voidtest996484()
     test for Tidy [996484] : Tidy add spurious space when indenting long URIs.


Constructor Detail
TidyOutputBugsTest
public TidyOutputBugsTest(String name)(Code)
Instantiate a new Test case.
Parameters:
  name - test name




Method Detail
test1031865
public void test1031865() throws Exception(Code)
test for Tidy [1031865] : Script parsing warning.
throws:
  Exception - any exception generated during the test



test427633
public void test427633() throws Exception(Code)
test for Tidy [427633] : Line endings not supported correctly.
throws:
  Exception - any exception generated during the test



test427662
public void test427662() throws Exception(Code)
test for Tidy [427662] : BLOCK/INLINE before TABLE parsed wrong.
throws:
  Exception - any exception generated during the test



test427677
public void test427677() throws Exception(Code)
test for Tidy [427677] : TrimInitialSpace() can trim too much.
throws:
  Exception - any exception generated during the test



test427812
public void test427812() throws Exception(Code)
test for Tidy [427812] : Reprocessing OBJECT removes PARAM.
throws:
  Exception - any exception generated during the test



test427819
public void test427819() throws Exception(Code)
test for Tidy [427819] : OPTION w/illegal FONT eats whitespace.
throws:
  Exception - any exception generated during the test



test427820
public void test427820() throws Exception(Code)
test for Tidy [427820] : indent config options ignored for <BR>. [fixed]
throws:
  Exception - any exception generated during the test



test427821
public void test427821() throws Exception(Code)
test for Tidy [427821] : XHTML TRANSITIONAL doctype set wrongly.
throws:
  Exception - any exception generated during the test



test427822
public void test427822() throws Exception(Code)
test for Tidy [427822] : PopInLine() doesn't check stack.
throws:
  Exception - any exception generated during the test



test427823
public void test427823() throws Exception(Code)
test for Tidy [427823] : Multiple <BODY>'s in <NOFRAMES> allowed.
throws:
  Exception - any exception generated during the test



test427825
public void test427825() throws Exception(Code)
test for Tidy [427825] : Test user defined tags.
throws:
  Exception - any exception generated during the test



test427826
public void test427826() throws Exception(Code)
test for Tidy [427826] : Script source needs escaping/CDATA section.
throws:
  Exception - any exception generated during the test



test427830
public void test427830() throws Exception(Code)
test for Tidy [427830] : Tidy uses an incorrect XHTML 1.0 Namespace, even if the correct namespace is given.
throws:
  Exception - any exception generated during the test



test427833
public void test427833() throws Exception(Code)
test for Tidy [427833] : Uppercase &#X; escape sequences ignored.
throws:
  Exception - any exception generated during the test



test427835
public void test427835() throws Exception(Code)
test for Tidy [427835] : DTD not inserted, but DTD URI Namespace.
throws:
  Exception - any exception generated during the test



test427836
public void test427836() throws Exception(Code)
test for Tidy [427836] : OBJECT should be wrapped in BODY.
throws:
  Exception - any exception generated during the test



test427837
public void test427837() throws Exception(Code)
test for Tidy [427837] : No encoding specified in XML output.
throws:
  Exception - any exception generated during the test



test427838
public void test427838() throws Exception(Code)
test for Tidy [427838] : Name Anchor thrown away.
throws:
  Exception - any exception generated during the test



test427839
public void test427839() throws Exception(Code)
test for Tidy [427839] : Output DOCTYPE/Namespace decl separately. [fixed]
throws:
  Exception - any exception generated during the test



test427845
public void test427845() throws Exception(Code)
test for Tidy [427845] : Doctypes are output on multiple lines.
throws:
  Exception - any exception generated during the test



test427846
public void test427846() throws Exception(Code)
test for Tidy [427846] : Blank char inserted after first char. [fixed]
throws:
  Exception - any exception generated during the test



test431731
public void test431731() throws Exception(Code)
test for Tidy [431731] : Inline emphasis inconsistent propagation.
throws:
  Exception - any exception generated during the test



test431736
public void test431736() throws Exception(Code)
test for Tidy [431736] : Doctype decl added before XML decl.
throws:
  Exception - any exception generated during the test



test431739
public void test431739() throws Exception(Code)
test for Tidy [431739] : Spaces carried into empty block tags. [fixed]
throws:
  Exception - any exception generated during the test



test431889
public void test431889() throws Exception(Code)
test for Tidy [431889] : The "alt-text:" and "doctype: <fpi>" options do not work when specified in a config file with a quoted string parameter.
throws:
  Exception - any exception generated during the test



test431898
public void test431898() throws Exception(Code)
test for Tidy [431898] : Tidy messes up X(HT)ML documents.
throws:
  Exception - any exception generated during the test



test431958
public void test431958() throws Exception(Code)
test for Tidy [431958] : Comments always indented.
throws:
  Exception - any exception generated during the test



test431965
public void test431965() throws Exception(Code)
test for Tidy [431965] : XHTML Strict seen as Transitional w/div.
throws:
  Exception - any exception generated during the test



test432677
public void test432677() throws Exception(Code)
test for Tidy [432677] : Null value changed to "value" for -asxml.
throws:
  Exception - any exception generated during the test



test433012
public void test433012() throws Exception(Code)
test for Tidy [433012] : Illegal ampersands/character entities.
throws:
  Exception - any exception generated during the test



test433040
public void test433040() throws Exception(Code)
test for Tidy [433040] : Anchor tag without attributes deleted. [fixed]
throws:
  Exception - any exception generated during the test



test433359
public void test433359() throws Exception(Code)
test for Tidy [433359] : Empty iframe elements trimmed.
throws:
  Exception - any exception generated during the test



test433360
public void test433360() throws Exception(Code)
test for Tidy [433360] : Tags with missing > can't be repaired.
throws:
  Exception - any exception generated during the test



test433604
public void test433604() throws Exception(Code)
test for Tidy [433604] : Tidy inserts &nbsp; entity in -xml mode. [fixed]
throws:
  Exception - any exception generated during the test



test433656
public void test433656() throws Exception(Code)
test for Tidy [433656] : Improve support for PHP.
throws:
  Exception - any exception generated during the test



test433666
public void test433666() throws Exception(Code)
test for Tidy [433666] : Attempt to repair duplicate attributes.
throws:
  Exception - any exception generated during the test



test433672
public void test433672() throws Exception(Code)
test for Tidy [433672] : Anchor enclosing Header tags is omitted.
throws:
  Exception - any exception generated during the test



test434940
public void test434940() throws Exception(Code)
test for Tidy [434940] : --show-body-only: print only body contents.
throws:
  Exception - any exception generated during the test



test434940b
public void test434940b() throws Exception(Code)
test for Tidy [434940b] : --show-body-only: print only body contents (used with output-xml).
throws:
  Exception - any exception generated during the test



test435903
public void test435903() throws Exception(Code)
test for Tidy [435903] : Script element w/body child to table bug.
throws:
  Exception - any exception generated during the test



test435909
public void test435909() throws Exception(Code)
test for Tidy [435909] : <noscript></noscript> in <head></head>.
throws:
  Exception - any exception generated during the test



test435919
public void test435919() throws Exception(Code)
test for Tidy [435919] : Nested <q></q>'s not handled correctly.
throws:
  Exception - any exception generated during the test



test435920
public void test435920() throws Exception(Code)
test for Tidy [435920] : Space inserted before </td> causes probs. [fixed]
throws:
  Exception - any exception generated during the test



test435923
public void test435923() throws Exception(Code)
test for Tidy [435923] : Preserve case of attribute names.
throws:
  Exception - any exception generated during the test



test437468
public void test437468() throws Exception(Code)
test for Tidy [437468] : Test input file for iso-8859-1 character entities.
throws:
  Exception - any exception generated during the test



test438650
public void test438650() throws Exception(Code)
test for Tidy [438650] : Newline in URL attr value becomes space. [fixed]
throws:
  Exception - any exception generated during the test



test438658
public void test438658() throws Exception(Code)
test for Tidy [438658] : Missing / in title endtag makes 2 titles.
throws:
  Exception - any exception generated during the test



test438954
public void test438954() throws Exception(Code)
test for Tidy [438954] : Body tag w/attributes omitted w/hide-end.
throws:
  Exception - any exception generated during the test



test441508
public void test441508() throws Exception(Code)
test for Tidy [441508] : parser.c: BadForm() function broken.
throws:
  Exception - any exception generated during the test



test441568
public void test441568() throws Exception(Code)
test for Tidy [441568] : Font tags handling different.
throws:
  Exception - any exception generated during the test



test441740
public void test441740() throws Exception(Code)
test for Tidy [441740] : XHTML 1.1 Support.
throws:
  Exception - any exception generated during the test



test443381
public void test443381() throws Exception(Code)
test for Tidy [443381] : end tags for empty elements in XHTML.
throws:
  Exception - any exception generated during the test



test443576
public void test443576() throws Exception(Code)
test for Tidy [443576] : End script tag inside scripts problem.
throws:
  Exception - any exception generated during the test



test443678
public void test443678() throws Exception(Code)
test for Tidy [443678] : Unclosed <script> in <head> messes Tidy.
throws:
  Exception - any exception generated during the test



test445074
public void test445074() throws Exception(Code)
test for Tidy [445074] : XHTML requires form method="post".
throws:
  Exception - any exception generated during the test



test445394
public void test445394() throws Exception(Code)
test for Tidy [445394] : Improve handling of missing trailing ". STill bad in tidy.
throws:
  Exception - any exception generated during the test



test445557
public void test445557() throws Exception(Code)
test for Tidy [445557] : Convert Symbol font chars to Unicode.
throws:
  Exception - any exception generated during the test



test449348
public void test449348() throws Exception(Code)
test for Tidy [449348] : Whitespace added/removed to inline tags.
throws:
  Exception - any exception generated during the test



test456596
public void test456596() throws Exception(Code)
test for Tidy [456596] : Missing attribute name garbles output.
throws:
  Exception - any exception generated during the test



test467863
public void test467863() throws Exception(Code)
test for Tidy [467863] : un-nest <a>.
throws:
  Exception - any exception generated during the test



test467865
public void test467865() throws Exception(Code)
test for Tidy [467865] : un-nesting is incorrect.
throws:
  Exception - any exception generated during the test



test470663
public void test470663() throws Exception(Code)
test for Tidy [470663] : Unterminated tags in <head>confuse pars.
throws:
  Exception - any exception generated during the test



test470688
public void test470688() throws Exception(Code)
test for Tidy [470688] : doesn't cleanup badly nested tags right.
throws:
  Exception - any exception generated during the test



test471264
public void test471264() throws Exception(Code)
test for Tidy [471264] : Reduce blank lines in output.
throws:
  Exception - any exception generated during the test



test473490
public void test473490() throws Exception(Code)
test for Tidy [473490] : DOCTYPE for Proprietary HTML to XHTML bad.
throws:
  Exception - any exception generated during the test



test480406
public void test480406() throws Exception(Code)
test for Tidy [480406] : Single document element discarded.
throws:
  Exception - any exception generated during the test



test480701
public void test480701() throws Exception(Code)
test for Tidy [480701] : -xml conflicts with -output-xhtml.
throws:
  Exception - any exception generated during the test



test480843
public void test480843() throws Exception(Code)
test for Tidy [480843] : Proposed change to FixID().
throws:
  Exception - any exception generated during the test



test487204
public void test487204() throws Exception(Code)
test for Tidy [487204] : Duplicate DIV style attribute generated.
throws:
  Exception - any exception generated during the test



test487283
public void test487283() throws Exception(Code)
test for Tidy [487283] : >/select< does not terminate >option<.
throws:
  Exception - any exception generated during the test



test500236
public void test500236() throws Exception(Code)
test for Tidy [500236] : Test case for MS Access files failing with Error: missing quote mark for attribute value.
throws:
  Exception - any exception generated during the test



test502346
public void test502346() throws Exception(Code)
test for Tidy [502346] : Leading and trailing space in attval .
throws:
  Exception - any exception generated during the test



test502348
public void test502348() throws Exception(Code)
test for Tidy [502348] : <br clear="none"> should be output.
throws:
  Exception - any exception generated during the test



test503436
public void test503436() throws Exception(Code)
test for Tidy [503436] : Detect duplicate attribute specifications in XML docs.
throws:
  Exception - any exception generated during the test



test504206
public void test504206() throws Exception(Code)
test for Tidy [504206] : Tidy errors in processing forms.
throws:
  Exception - any exception generated during the test



test505770
public void test505770() throws Exception(Code)
test for Tidy [505770] : Unclosed %lt;option> tag causing problems.
throws:
  Exception - any exception generated during the test



test508936
public void test508936() throws Exception(Code)
test for Tidy [508936] : Parse CSS Selector prefix in config file.
throws:
  Exception - any exception generated during the test



test511243
public void test511243() throws Exception(Code)
test for Tidy [511243] : xhtml utf8 format bug.
throws:
  Exception - any exception generated during the test



test511679
public void test511679() throws Exception(Code)
test for Tidy [511679] : No end tag for PRE.
throws:
  Exception - any exception generated during the test



test514348
public void test514348() throws Exception(Code)
test for Tidy [514348] : Incorrect wrap behaviour. [fixed]
throws:
  Exception - any exception generated during the test



test514893
public void test514893() throws Exception(Code)
test for Tidy [514893] : Incorrect http-equiv <meta> tag.
throws:
  Exception - any exception generated during the test



test517550
public void test517550() throws Exception(Code)
test for Tidy [517550] : parser misinterprets ?xml-stylesheet PI.
throws:
  Exception - any exception generated during the test



test531964
public void test531964() throws Exception(Code)
test for Tidy [531964] : <p /> gets tidied into <p /></p>.
throws:
  Exception - any exception generated during the test



test533105
public void test533105() throws Exception(Code)
test for Tidy [533105] : Tidy confused: HTML in VBScript.
throws:
  Exception - any exception generated during the test



test533233
public void test533233() throws Exception(Code)
test for Tidy [533233] : Extra newline around inline <script>.
throws:
  Exception - any exception generated during the test



test537604
public void test537604() throws Exception(Code)
test for Tidy [537604] : Expansion of entity references in -xml.
throws:
  Exception - any exception generated during the test



test540045
public void test540045() throws Exception(Code)
test for Tidy [540045] : Tidy strips all the IMG tags out.
throws:
  Exception - any exception generated during the test



test540555
public void test540555() throws Exception(Code)
test for Tidy [540555] : Empty title tag is trimmed.
throws:
  Exception - any exception generated during the test



test540571
public void test540571() throws Exception(Code)
test for Tidy [540571] : Inconsistent behaviour with span inline element.
throws:
  Exception - any exception generated during the test



test578216
public void test578216() throws Exception(Code)
test for Tidy [578216] : Incorrect indent of <SPAN> elements.
throws:
  Exception - any exception generated during the test



test586555
public void test586555() throws Exception(Code)
test for Tidy [586555] : Misplaced backslash caused by newline.
throws:
  Exception - any exception generated during the test



test586562
public void test586562() throws Exception(Code)
test for Tidy [586562] : Two Doctypes.
throws:
  Exception - any exception generated during the test



test593705
public void test593705() throws Exception(Code)
test for Tidy [593705] : Use of < comparison symbol confuses Tidy.
throws:
  Exception - any exception generated during the test



test598860
public void test598860() throws Exception(Code)
test for Tidy [598860] : Script parsing fails with quote chars.
throws:
  Exception - any exception generated during the test



test603128
public void test603128() throws Exception(Code)
test for Tidy [603128] : tidy adds newlines after </html>. [fixed]
throws:
  Exception - any exception generated during the test



test616744
public void test616744() throws Exception(Code)
test for Tidy [616744] : Incorrect line break after closing tag.
throws:
  Exception - any exception generated during the test



test620531
public void test620531() throws Exception(Code)
test for Tidy [620531] : br in pre must not cause line break.
throws:
  Exception - any exception generated during the test



test629885
public void test629885() throws Exception(Code)
test for Tidy [629885] : Unbalanced quote in CSS Scrambles Doc.
throws:
  Exception - any exception generated during the test



test640473
public void test640473() throws Exception(Code)
test for Tidy [640473] : new-empty-tags doesn't work, breaks doc.
throws:
  Exception - any exception generated during the test



test640474
public void test640474() throws Exception(Code)
test for Tidy [640474] : XML decl, attributes in wrong order.
throws:
  Exception - any exception generated during the test



test646946
public void test646946() throws Exception(Code)
test for Tidy [646946] : Bad doctype guessing in XML mode.
throws:
  Exception - any exception generated during the test



test647900
public void test647900() throws Exception(Code)
test for Tidy [647900] : tables are incorrectly merged.
throws:
  Exception - any exception generated during the test



test655338
public void test655338() throws Exception(Code)
test for Tidy [655338] : Tidy leaves XML decl in wrong place.
throws:
  Exception - any exception generated during the test



test656889
public void test656889() throws Exception(Code)
test for Tidy [656889] : textarea text and line wrapping.
throws:
  Exception - any exception generated during the test



test663548
public void test663548() throws Exception(Code)
test for Tidy [663548] : Javascript and Tidy - missing code.
throws:
  Exception - any exception generated during the test



test678268
public void test678268() throws Exception(Code)
test for Tidy [678268] : --output-xhtml produces bad xml.
throws:
  Exception - any exception generated during the test



test680664
public void test680664() throws Exception(Code)
test for Tidy [680664] : Malformed comment generates bad (X)HTML.
throws:
  Exception - any exception generated during the test



test695408
public void test695408() throws Exception(Code)
test for Tidy [695408] : Empty spans getting dropped, even if they have attrs.
throws:
  Exception - any exception generated during the test



test708322
public void test708322() throws Exception(Code)
test for Tidy [708322] : drop-proprietary-attributes leaves table height.
throws:
  Exception - any exception generated during the test



test735603
public void test735603() throws Exception(Code)
test for Tidy [735603] : drops attributes from declared elements.
throws:
  Exception - any exception generated during the test



test765852
public void test765852() throws Exception(Code)
test for Tidy [765852] : Empty tag striping.
throws:
  Exception - any exception generated during the test



test994841
public void test994841() throws Exception(Code)
test for Tidy [994841] : Whitespace is removed from value attributes.
throws:
  Exception - any exception generated during the test



test996484
public void test996484() throws Exception(Code)
test for Tidy [996484] : Tidy add spurious space when indenting long URIs.
throws:
  Exception - any exception generated during the test



Fields inherited from org.w3c.tidy.TidyTestCase
protected StringWriter errorLog(Code)(Java Doc)
protected Log log(Code)(Java Doc)
protected TestMessageListener messageListener(Code)(Java Doc)
protected Tidy tidy(Code)(Java Doc)
protected String tidyOut(Code)(Java Doc)

Methods inherited from org.w3c.tidy.TidyTestCase
protected void assertEquals(String tidyOutput, URL correctFile) throws FileNotFoundException, IOException(Code)(Java Doc)
protected void assertErrors(int expectedNumber)(Code)(Java Doc)
protected void assertLogContains(String expectedString)(Code)(Java Doc)
protected void assertLogDoesntContains(String expectedString)(Code)(Java Doc)
protected void assertNoErrors()(Code)(Java Doc)
protected void assertNoWarnings()(Code)(Java Doc)
protected void assertWarnings(int expectedNumber)(Code)(Java Doc)
protected String cleanUpFilePath(String fileName)(Code)(Java Doc)
protected void compareMsgXml(URL messagesFile) throws Exception(Code)(Java Doc)
protected void executeTidyTest(String fileName) throws Exception(Code)(Java Doc)
protected Document parseDomTest(String fileName) throws Exception(Code)(Java Doc)
protected void setUp() throws Exception(Code)(Java Doc)
protected void tearDown() throws Exception(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.