Skip to content
  • darin's avatar
    LayoutTests: · cc06b695
    darin authored
            Reviewed by Geoff.
    
            - test for <rdar://problem/5215830> REGRESSION: ebay.com layout is wrong
    
            * fast/dom/iframe-document.html: Updated test to expect no document property.
            * fast/dom/iframe-document-expected.txt: Updated.
    
            * fast/forms/focus2.html: Changed test to use ownerDocument instead of document.
    
    WebCore:
    
            Reviewed by Geoff.
    
            - fix <rdar://problem/5215830> REGRESSION: ebay.com layout is wrong
    
            The code on ebay was looking for the "document" property on a iframe.
            We changed that to be the ownerDocument rather than the contentDocument,
            which was not what ebay was expecting. The best fix seems to be removing
            the document property altogether.
    
            Test: fast/dom/iframe-document.html
    
            * bindings/js/kjs_html.h: Remove ElementDocument.
            * bindings/js/kjs_html.cpp: (KJS::JSHTMLElement::getValueProperty): Ditto.
    
    WebKit:
    
            Reviewed by Geoff.
    
            * WebInspector/webInspector/treeoutline.js: Use ownerDocument instead of non-standard
            document property.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@21651 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    cc06b695