[webkit-changes] cvs commit: WebCore/layout-tests/fast/dom/HTMLDocument/write multiple-calls-expected.txt multiple-calls.html call.html

Geoffrey ggaren at opensource.apple.com
Wed Jun 29 17:19:52 PDT 2005


ggaren      05/06/29 17:19:51

  Modified:    .        ChangeLog
               layout-tests/fast/dom/HTMLDocument/write call.html
  Added:       layout-tests/fast/dom/HTMLDocument/write
                        multiple-calls-expected.txt multiple-calls.html
  Log:
          Reviewed by Geoff Garen.
  
          Test cases added: added DOM test for document.URL
  
          * layout-tests/fast/dom/HTMLDocument/url/getset.html: Added.
  
  Revision  Changes    Path
  1.4336    +2 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4335
  retrieving revision 1.4336
  diff -u -r1.4335 -r1.4336
  --- ChangeLog	30 Jun 2005 00:13:34 -0000	1.4335
  +++ ChangeLog	30 Jun 2005 00:19:48 -0000	1.4336
  @@ -15,6 +15,8 @@
           Test cases added: 
           * layout-tests/fast/dom/HTMLDocument/write/call-expected.txt: Added.
           * layout-tests/fast/dom/HTMLDocument/write/call.html: Added.
  +        * layout-tests/fast/dom/HTMLDocument/write/multiple-calls-expected.txt: Added.
  +        * layout-tests/fast/dom/HTMLDocument/write/multiple-calls.html: Added.
   
   2005-06-29  Geoffrey Garen  <ggaren at apple.com>
   
  
  
  
  1.2       +1 -1      WebCore/layout-tests/fast/dom/HTMLDocument/write/call.html
  
  Index: call.html
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/fast/dom/HTMLDocument/write/call.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- call.html	29 Jun 2005 23:24:32 -0000	1.1
  +++ call.html	30 Jun 2005 00:19:51 -0000	1.2
  @@ -12,7 +12,7 @@
   </head>
   <body>
   <p>Tests: calling HTMLDocument::write</p>
  -<p>Condition(s): </p>
  +<p>Condition(s):</p>
   <p>Success message: passed</p>
   <p>Failure message: [no output]</p>
   <hr>
  
  
  
  1.1                  WebCore/layout-tests/fast/dom/HTMLDocument/write/multiple-calls-expected.txt
  
  Index: multiple-calls-expected.txt
  ===================================================================
  Tests: calling HTMLDocument::write
  
  Condition(s): multiple calls
  
  Success message:
  
  passed
  Failure message:
  
  pa
  ssed
  passed
  
  
  
  1.1                  WebCore/layout-tests/fast/dom/HTMLDocument/write/multiple-calls.html
  
  Index: multiple-calls.html
  ===================================================================
  <html>
  <head>
  <script>
  function test() {
  	if (window.layoutTestController) {
  		window.layoutTestController.dumpAsText();
  	}
  
  	document.write("<pre>");
  	document.write("pa");
  	document.write("ssed");
  	document.write("</pre>");
  }
  </script>
  </head>
  <body>
  <p>Tests: calling HTMLDocument::write</p>
  <p>Condition(s): multiple calls</p>
  <p>
  Success message: 
  <pre>
  passed
  </pre>
  </p>
  <p>
  Failure message: 
  <pre>
  pa
  ssed
  </pre>
  </p>
  <hr>
  </body>
  <script>test()</script>
  </html>
  
  
  



More information about the webkit-changes mailing list