Changeset 92952 in webkit


Ignore:
Timestamp:
Aug 12, 2011 3:57:12 AM (13 years ago)
Author:
Csaba Osztrogonác
Message:

Source/WebCore: Add HTMLUnknownElement interface as defined in
http://www.w3.org/TR/html5/elements.html#elements-in-the-dom.

https://bugs.webkit.org/show_bug.cgi?id=41841

Unreviewed gardening after r92890.

  • fast/html/unknown-tag-expected.txt: Added.
  • platform/qt/fast/dom/Window/window-properties-expected.txt: Updated.
  • platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated.
  • platform/qt/fast/dom/prototype-inheritance-2-expected.png: Updated.
  • platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Updated.
  • platform/qt/fast/js/global-constructors-expected.txt: Updated.
Location:
trunk/LayoutTests
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r92951 r92952  
     12011-08-12  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Source/WebCore: Add HTMLUnknownElement interface as defined in
     4        http://www.w3.org/TR/html5/elements.html#elements-in-the-dom.
     5
     6        https://bugs.webkit.org/show_bug.cgi?id=41841
     7
     8        Unreviewed gardening after r92890.
     9
     10        * fast/html/unknown-tag-expected.txt: Added.
     11        * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated.
     12        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated.
     13        * platform/qt/fast/dom/prototype-inheritance-2-expected.png: Updated.
     14        * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Updated.
     15        * platform/qt/fast/js/global-constructors-expected.txt: Updated.
     16
    1172011-08-11  Hans Wennborg  <hans@chromium.org>
    218
  • trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt

    r91300 r92952  
    11121112window.HTMLUListElement [object HTMLUListElementConstructor]
    11131113window.HTMLUListElement.prototype [printed above as window.Element.prototype]
     1114window.HTMLUnknownElement [object HTMLUnknownElementConstructor]
     1115window.HTMLUnknownElement.prototype [printed above as window.Element.prototype]
    11141116window.HTMLVideoElement [object HTMLVideoElementConstructor]
    11151117window.HTMLVideoElement.prototype [printed above as window.Element.prototype]
  • trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt

    r89732 r92952  
    125125PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTitleElement') is 'object'
    126126PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUListElement') is 'object'
     127PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUnknownElement') is 'object'
    127128PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLVideoElement') is 'object'
    128129PASS typeof Object.getOwnPropertyDescriptor(window, 'HashChangeEvent') is 'object'
  • trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt

    r89732 r92952  
    138138PASS HTMLStyleElementConstructor from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.constructor
    139139PASS HTMLStyleElementPrototype from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.__proto__
    140 PASS HTMLTextAreaElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
    141 PASS HTMLTextAreaElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
    142 PASS HTMLTextAreaElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
    143 PASS HTMLTitleElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling
    144 PASS HTMLTitleElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.constructor
    145 PASS HTMLTitleElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
    146 PASS HTMLUListElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling
    147 PASS HTMLUListElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.constructor
    148 PASS HTMLUListElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.__proto__
     140PASS HTMLTextAreaElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
     141PASS HTMLTextAreaElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
     142PASS HTMLTextAreaElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
     143PASS HTMLTitleElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
     144PASS HTMLTitleElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
     145PASS HTMLTitleElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
     146PASS HTMLUListElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling
     147PASS HTMLUListElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.constructor
     148PASS HTMLUListElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
     149PASS HTMLUnknownElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling
     150PASS HTMLUnknownElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.constructor
     151PASS HTMLUnknownElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.__proto__
    149152PASS HTMLVideoElement from inner.document.forms.testForm.0.previousElementSibling
    150153PASS HTMLVideoElementConstructor from inner.document.forms.testForm.0.previousElementSibling.constructor
  • trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt

    r89732 r92952  
    119119PASS HTMLTitleElement.toString() is '[object HTMLTitleElementConstructor]'
    120120PASS HTMLUListElement.toString() is '[object HTMLUListElementConstructor]'
     121PASS HTMLUnknownElement.toString() is '[object HTMLUnknownElementConstructor]'
    121122PASS HTMLVideoElement.toString() is '[object HTMLVideoElementConstructor]'
    122123PASS HashChangeEvent.toString() is '[object HashChangeEventConstructor]'
Note: See TracChangeset for help on using the changeset viewer.