Changeset 64512 in webkit


Ignore:
Timestamp:
Aug 2, 2010 5:38:50 PM (14 years ago)
Author:
Chris Fleizach
Message:

2010-08-02 Chris Fleizach <Chris Fleizach>

Unreviewed, rolling out r64478.
http://trac.webkit.org/changeset/64478
https://bugs.webkit.org/show_bug.cgi?id=43005

Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005
until further discussion

  • fast/dom/Window/window-properties-expected.txt:
  • fast/dom/navigator-detached-no-crash-expected.txt:
  • fast/dom/prototype-inheritance-2-expected.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64511 r64512  
     12010-08-02  Chris Fleizach  <cfleizach@apple.com>
     2
     3        Unreviewed, rolling out r64478.
     4        http://trac.webkit.org/changeset/64478
     5        https://bugs.webkit.org/show_bug.cgi?id=43005
     6
     7        Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005
     8        until further discussion
     9
     10        * fast/dom/Window/window-properties-expected.txt:
     11        * fast/dom/navigator-detached-no-crash-expected.txt:
     12        * fast/dom/prototype-inheritance-2-expected.txt:
     13
    1142010-08-02  Chris Fleizach  <cfleizach@apple.com>
    215
  • trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt

    r64478 r64512  
    21392139window.clearTimeout [function]
    21402140window.clientInformation [object Navigator]
    2141 window.clientInformation.accessibility [object Accessibility]
    2142 window.clientInformation.accessibility.elementsChanged [function]
    2143 window.clientInformation.accessibility.screenChanged [function]
    2144 window.clientInformation.accessibility.screenReader [object ScreenReader]
    2145 window.clientInformation.accessibility.screenReader.active [boolean]
    2146 window.clientInformation.accessibility.screenReader.activeElement [null]
    2147 window.clientInformation.accessibility.screenReader.version [string]
    21482141window.clientInformation.appCodeName [string]
    21492142window.clientInformation.appName [string]
  • trunk/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt

    r64478 r64512  
    11This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser.
    22 Check Navigator
    3 navigator.accessibility is OK
    43navigator.appCodeName is OK
    54navigator.appName is OK
     
    1817navigator.vendor is OK
    1918navigator.vendorSub is OK
    20 navigator.accessibility is OK
    2119navigator.appCodeName is OK
    2220navigator.appName is OK
  • trunk/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt

    r64478 r64512  
    44
    55
    6 PASS Accessibility from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility
    7 PASS AccessibilityPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility.__proto__
    86FAIL Array from inner.document.forms.testForm.0.ownerDocument.defaultView.console.profiles
    97PASS Attr from inner.document.forms.testForm.0.attributes.0
     
    189187PASS Screen from inner.document.forms.testForm.0.ownerDocument.defaultView.screen
    190188PASS ScreenPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.screen.__proto__
    191 PASS ScreenReader from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility.screenReader
    192 PASS ScreenReaderPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility.screenReader.__proto__
    193189PASS Storage from inner.document.forms.testForm.0.ownerDocument.defaultView.localStorage
    194190PASS StorageConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.localStorage.constructor
Note: See TracChangeset for help on using the changeset viewer.