[webkit-changes] cvs commit: WebCore/layout-tests/fast/lists 009.html

Darin darin at opensource.apple.com
Tue Aug 23 15:42:34 PDT 2005


darin       05/08/23 15:42:34

  Modified:    .        ChangeLog
               layout-tests/fast/lists 009.html
  Log:
          - fixed test that was accessing a remote resource by accident
  
          * layout-tests/fast/lists/009.html: Correct URL to be relative.
  
  Revision  Changes    Path
  1.2       +6 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ChangeLog	23 Aug 2005 22:27:30 -0000	1.1
  +++ ChangeLog	23 Aug 2005 22:42:33 -0000	1.2
  @@ -1 +1,7 @@
  +2005-08-23  Darin Adler  <darin at apple.com>
  +
  +        - fixed test that was accessing a remote resource by accident
  +
  +        * layout-tests/fast/lists/009.html: Correct URL to be relative.
  +
   == Rolled over to ChangeLog-2004-08-23 ==
  
  
  
  1.2       +1 -1      WebCore/layout-tests/fast/lists/009.html
  
  Index: 009.html
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/fast/lists/009.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 009.html	22 Apr 2005 18:12:15 -0000	1.1
  +++ 009.html	23 Aug 2005 22:42:33 -0000	1.2
  @@ -1 +1 @@
  -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <title>A List Apart</title>

<style type="text/css">


#subnav ul	{
	
	padding: 0;
	
	}
	
#subnav ul li	{
	list-style: disc url(http://www.alistapart.com/i/listmark.gif) inside;
	
	}	

#subnav dd 	{
	margin: 0;
	}   	

</style>



</head>

<body>



<div id="subnav">

<dl>
<dt>DT text is rendered here</dt>
<dd>
<ul>
<li>LI text is here too</li>

</ul>
</dd>
</dl>





</div>

</body>
</html>
  \ No newline at end of file
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <title>A List Apart</title>

<style type="text/css">


#subnav ul	{
	
	padding: 0;
	
	}
	
#subnav ul li	{
	list-style: disc url(resources/listmark.gif) inside;
	
	}	

#subnav dd 	{
	margin: 0;
	}   	

</style>



</head>

<body>



<div id="subnav">

<dl>
<dt>DT text is rendered here</dt>
<dd>
<ul>
<li>LI text is here too</li>

</ul>
</dd>
</dl>





</div>

</body>
</html>
  \ No newline at end of file
  
  
  



More information about the webkit-changes mailing list