Changes between Version 33 and Version 34 of Writing Layout Tests for DumpRenderTree


Ignore:
Timestamp:
Feb 12, 2012 4:35:02 PM (12 years ago)
Author:
pdr@google.com
Comment:

Add missing parenthesis

Legend:

Unmodified
Added
Removed
Modified
  • Writing Layout Tests for DumpRenderTree

    v33 v34  
    117117{
    118118    var console = document.getElementById('console');
    119     console.appendChild(document.createTextNode(message);
     119    console.appendChild(document.createTextNode(message));
    120120    console.appendChild(document.createElement('br'));
    121121}