[webkit-changes] cvs commit: LayoutTests/fast/xsl xslt-processer-expected.txt

Anders andersca at opensource.apple.com
Wed Jan 4 13:21:50 PST 2006


andersca    06/01/04 13:21:49

  Modified:    .        ChangeLog
               fast/xsl xslt-processer-expected.txt
  Log:
  2006-01-04  Anders Carlsson  <andersca at mac.com>
  
          Reviewed by Eric.
  
          - update tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=6180
          "text" output in fragment produced by XSLTProccessor is wrong (has xhtml garbage)
  
          * fast/xsl/xslt-processer-expected.txt:
          Update.
  
  Revision  Changes    Path
  1.222     +10 -0     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.221
  retrieving revision 1.222
  diff -u -r1.221 -r1.222
  --- ChangeLog	4 Jan 2006 21:05:24 -0000	1.221
  +++ ChangeLog	4 Jan 2006 21:21:48 -0000	1.222
  @@ -1,3 +1,13 @@
  +2006-01-04  Anders Carlsson  <andersca at mac.com>
  +
  +        Reviewed by Eric.
  +
  +        - update tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=6180
  +        "text" output in fragment produced by XSLTProccessor is wrong (has xhtml garbage)
  +        
  +        * fast/xsl/xslt-processer-expected.txt:
  +        Update.
  +
   2006-01-04  Geoffrey Garen  <ggaren at apple.com>
   
           Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6311
  
  
  
  1.5       +3 -8      LayoutTests/fast/xsl/xslt-processer-expected.txt
  
  Index: xslt-processer-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/fast/xsl/xslt-processer-expected.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xslt-processer-expected.txt	30 Dec 2005 14:53:39 -0000	1.4
  +++ xslt-processer-expected.txt	4 Jan 2006 21:21:49 -0000	1.5
  @@ -9,7 +9,7 @@
   </xsl:text></xsl:template>
   
   <xsl:template>
  -<xsl:value-of select="."/>	
  +		<xsl:value-of select="."/>
   </xsl:template>
   
   </xsl:stylesheet>
  @@ -66,14 +66,9 @@
   2.4 transform to same fragment twice:
   Success
   2.5 transformed fragment containing only text:
  -****Failure**** (expected: "SUCCESS" actual: "<html xmlns="http://www.w3.org/1999/xhtml">
  -<head><title></title></head>
  -<body>
  -<pre></pre>
  -</body>
  -</html>")
  +****Failure**** (expected: "SUCCESS" actual: "")
   2.6 fragment using passed parameters:
  -****Failure**** (expected: "SUCCESS" actual: "null")
  +****Failure**** (expected: "SUCCESS" actual: "")
   
   3.0 DOMDocument transformToDocument(in DOMNode source):
   
  
  
  



More information about the webkit-changes mailing list