Changeset 85063 in webkit


Ignore:
Timestamp:
Apr 27, 2011 11:09:34 AM (13 years ago)
Author:
kbr@google.com
Message:

2011-04-27 Kenneth Russell <kbr@google.com>

Not reviewed. Rebaseline test to get the tree green.

Web Inspector: regression in inspector/console/console-dir.html after r85054
https://bugs.webkit.org/show_bug.cgi?id=59620

  • inspector/console/console-dir-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r85061 r85063  
     12011-04-27  Kenneth Russell  <kbr@google.com>
     2
     3        Not reviewed. Rebaseline test to get the tree green.
     4
     5        Web Inspector: regression in inspector/console/console-dir.html after r85054
     6        https://bugs.webkit.org/show_bug.cgi?id=59620
     7
     8        * inspector/console/console-dir-expected.txt:
     9
    1102011-04-27  Sheriff Bot  <webkit.review.bot@gmail.com>
    211
  • trunk/LayoutTests/inspector/console/console-dir-expected.txt

    r80629 r85063  
    1919
    2020console-dir.html:11XPathResult
    21     booleanValue: Error: TYPE_ERR: DOM XPath Exception 52
     21    booleanValue: XPathException
    2222    constructor: XPathResultConstructor
    2323    invalidIteratorState: false
    24     numberValue: Error: TYPE_ERR: DOM XPath Exception 52
     24    numberValue: XPathException
    2525    resultType: 4
    26     singleNodeValue: Error: TYPE_ERR: DOM XPath Exception 52
    27     snapshotLength: Error: TYPE_ERR: DOM XPath Exception 52
    28     stringValue: Error: TYPE_ERR: DOM XPath Exception 52
     26    singleNodeValue: XPathException
     27    snapshotLength: XPathException
     28    stringValue: XPathException
    2929    __proto__: XPathResultPrototype
    3030
Note: See TracChangeset for help on using the changeset viewer.