Changeset 49610 in webkit


Ignore:
Timestamp:
Oct 14, 2009 11:41:42 PM (14 years ago)
Author:
Joseph Pecoraro
Message:

2009-10-14 Joseph Pecoraro <Joseph Pecoraro>

Reviewed by Adam Barth.

[HTML5] Add document.head
https://bugs.webkit.org/show_bug.cgi?id=30232

Test is fast/dom/document-head.html

  • dom/Document.idl: added readonly attribute head
Location:
trunk
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r49605 r49610  
     12009-10-14  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        [HTML5] Add document.head
     6        https://bugs.webkit.org/show_bug.cgi?id=30232
     7
     8        * fast/dom/document-head-expected.txt: Added.
     9        * fast/dom/document-head.html: Added.
     10        * fast/dom/script-tests/document-head.js: Added.
     11
    1122009-10-14  Adam Barth  <abarth@webkit.org>
    213
  • trunk/WebCore/ChangeLog

    r49609 r49610  
     12009-10-14  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        [HTML5] Add document.head
     6        https://bugs.webkit.org/show_bug.cgi?id=30232
     7
     8        Test is fast/dom/document-head.html
     9
     10        * dom/Document.idl: added readonly attribute head
     11
    1122009-10-14  Matt Mueller  <mattm@chromium.org>
    213
  • trunk/WebCore/dom/Document.idl

    r48761 r49610  
    172172                 attribute HTMLElement body
    173173                     setter raises (DOMException);
     174
     175        readonly attribute HTMLHeadElement head;
    174176
    175177        readonly attribute HTMLCollection images;
Note: See TracChangeset for help on using the changeset viewer.