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

Geoffrey ggaren at opensource.apple.com
Wed Jun 29 16:24:33 PDT 2005


ggaren      05/06/29 16:24:32

  Modified:    .        ChangeLog
  Added:       layout-tests/fast/dom/HTMLDocument/write call-expected.txt
                        call.html
  Log:
  	DOM compatibility test for HTMLDocument::write
  
          Reviewed by justing.
  
          Test cases added:
          * layout-tests/fast/dom/HTMLDocument/write/call-expected.txt: Added.
          * layout-tests/fast/dom/HTMLDocument/write/call.html: Added.
  
  Revision  Changes    Path
  1.4334    +10 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4333
  retrieving revision 1.4334
  diff -u -r1.4333 -r1.4334
  --- ChangeLog	29 Jun 2005 23:11:54 -0000	1.4333
  +++ ChangeLog	29 Jun 2005 23:24:23 -0000	1.4334
  @@ -1,5 +1,15 @@
   2005-06-29  Geoffrey Garen  <ggaren at apple.com>
   
  +	DOM compatibility tests for HTMLDocument::write
  +
  +        Reviewed by justing.
  +
  +        Test cases added: 
  +        * layout-tests/fast/dom/HTMLDocument/write/call-expected.txt: Added.
  +        * layout-tests/fast/dom/HTMLDocument/write/call.html: Added.
  +
  +2005-06-29  Geoffrey Garen  <ggaren at apple.com>
  +
   	DOM compatibility tests for HTMLDocument::title
   
           Reviewed by justing.
  
  
  
  1.1                  WebCore/layout-tests/fast/dom/HTMLDocument/write/call-expected.txt
  
  Index: call-expected.txt
  ===================================================================
  Tests: calling HTMLDocument::write
  
  Condition(s):
  
  Success message: passed
  
  Failure message: [no output]
  
  passed
  
  
  
  1.1                  WebCore/layout-tests/fast/dom/HTMLDocument/write/call.html
  
  Index: call.html
  ===================================================================
  <html>
  <head>
  <script>
  function test() {
  	if (window.layoutTestController) {
  		window.layoutTestController.dumpAsText();
  	}
  
  	document.write("passed");
  }
  </script>
  </head>
  <body>
  <p>Tests: calling HTMLDocument::write</p>
  <p>Condition(s): </p>
  <p>Success message: passed</p>
  <p>Failure message: [no output]</p>
  <hr>
  </body>
  <script>test()</script>
  </html>
  
  
  



More information about the webkit-changes mailing list