Update of /cvsroot/jwebunit/jWebUnit/testcases/HtmlTest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11022/testcases/HtmlTest

Modified Files:
        XhtmlStrict.html 
Log Message:
Added a test case that shows the problem with nekohtml and documents with a 
doctype.

Index: XhtmlStrict.html
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/testcases/HtmlTest/XhtmlStrict.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** XhtmlStrict.html    29 Dec 2005 16:52:01 -0000      1.1
--- XhtmlStrict.html    30 Dec 2005 08:35:07 -0000      1.2
***************
*** 0 ****
--- 1,12 ----
+ <?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE html 
+      PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+ <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+   <head>
+     <title>XHTML page</title>
+   </head>
+   <body>
+     <div id="div1">Valid XHTML 1.0 Strict</div>
+   </body>
+ </html>
\ No newline at end of file



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to