[webkit-changes] cvs commit: LayoutTests/fast/parser entities-in-xhtml.xhtml

Eric eseidel at opensource.apple.com
Fri Dec 30 13:16:20 PST 2005


eseidel     05/12/30 13:16:19

  Modified:    .        ChangeLog
               fast/parser entities-in-xhtml.xhtml
  Log:
  Bug #: 6305
  Submitted by: eseidel
  Reviewed by: ggaren
          Missing CSS Style sheets in one of the XHTML tests in WebCore
          http://bugzilla.opendarwin.org/show_bug.cgi?id=6305
  
          * fast/parser/entities-in-xhtml.xhtml: removed <link> to css sheet
  
  Revision  Changes    Path
  1.209     +10 -1     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.208
  retrieving revision 1.209
  diff -u -r1.208 -r1.209
  --- ChangeLog	30 Dec 2005 14:53:37 -0000	1.208
  +++ ChangeLog	30 Dec 2005 21:16:18 -0000	1.209
  @@ -1,8 +1,17 @@
  +2005-12-30  Eric Seidel  <eseidel at apple.com>
  +
  +        Reviewed by ggaren.
  +
  +        Missing CSS Style sheets in one of the XHTML tests in WebCore
  +        http://bugzilla.opendarwin.org/show_bug.cgi?id=6305
  +
  +        * fast/parser/entities-in-xhtml.xhtml: removed <link> to css sheet
  +
   2005-12-30  Anders Carlsson  <andersca at mac.com>
   
           Reviewed by Eric.
   
  -		- Update tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=6297
  +        - Update tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=6297
           XMLSerializer should use createMarkup
   		
           * fast/dom/XMLSerializer.html:
  
  
  
  1.2       +0 -2      LayoutTests/fast/parser/entities-in-xhtml.xhtml
  
  Index: entities-in-xhtml.xhtml
  ===================================================================
  RCS file: /cvs/root/LayoutTests/fast/parser/entities-in-xhtml.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- entities-in-xhtml.xhtml	30 Dec 2005 02:42:46 -0000	1.1
  +++ entities-in-xhtml.xhtml	30 Dec 2005 21:16:19 -0000	1.2
  @@ -6,8 +6,6 @@
   <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
   <head>
   <title>XHTML Entities Test</title>
  -<link href="../media-types/xhtml.css" type="text/css" rel="stylesheet" media="screen, projection, aural, print" />
  -<link href="test.css" type="text/css" rel="stylesheet" media="screen, projection" />
   </head>
   <body>
   <h1>XHTML Entities Test</h1>
  
  
  



More information about the webkit-changes mailing list