Changeset 35401 in webkit


Ignore:
Timestamp:
Jul 26, 2008 11:56:33 PM (16 years ago)
Author:
mrowe@apple.com
Message:

2008-07-26 Mark Rowe <mrowe@apple.com>

Update some layout test results.

  • fast/dom/Window/window-properties-expected.txt:
  • fast/dom/domListEnumeration-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r35396 r35401  
     12008-07-26  Mark Rowe  <mrowe@apple.com>
     2
     3        Update some layout test results.
     4
     5        * fast/dom/Window/window-properties-expected.txt:
     6        * fast/dom/domListEnumeration-expected.txt:
     7
    182008-07-26  Dan Bernstein  <mitz@apple.com>
    29
  • trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt

    r35149 r35401  
    14181418window.console.profile [function]
    14191419window.console.profileEnd [function]
     1420window.console.time [function]
     1421window.console.timeEnd [function]
    14201422window.console.warn [function]
    14211423window.crypto [undefined]
  • trunk/LayoutTests/fast/dom/domListEnumeration-expected.txt

    r35396 r35401  
    3333
    3434[object HTMLFormElement]
    35 FAIL resultArray.length is 128
     35PASS resultArray.length is 128
    3636PASS resultArray[0].i is '0'
    3737PASS resultArray[0].item is document.getElementsByTagName('select')[0]
     
    4242
    4343[object HTMLSelectElement]
    44 FAIL resultArray.length is 133
     44PASS resultArray.length is 133
    4545PASS resultArray[0].i is '0'
    4646PASS resultArray[0].item is document.getElementsByTagName('option')[0]
Note: See TracChangeset for help on using the changeset viewer.