- a/LayoutTests/ChangeLog +12 lines
Lines 1-5 a/LayoutTests/ChangeLog_sec1
1
2011-01-19  Dominic Cooney  <dominicc@google.com>
1
2011-01-19  Dominic Cooney  <dominicc@google.com>
2
2
3
        Reviewed by NOBODY (OOPS!).
4
5
        Update test expectations for QT now that keygen is a HTMLKeygenElement.
6
        https://bugs.webkit.org/show_bug.cgi?id=52787
7
8
        * platform/qt/fast/dom/Window/window-properties-expected.txt:
9
        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
10
        * platform/qt/fast/dom/prototype-inheritance-expected.txt:
11
        * platform/qt/fast/js/global-constructors-expected.txt:
12
13
2011-01-19  Dominic Cooney  <dominicc@google.com>
14
3
        Reviewed by Kent Tamura.
15
        Reviewed by Kent Tamura.
4
16
5
        Make <keygen> no longer appear to be a <select> element to script.
17
        Make <keygen> no longer appear to be a <select> element to script.
- a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt +2 lines
Lines 1000-1005 window.HTMLInputElement [object HTMLInputElementConstructor] a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt_sec1
1000
window.HTMLInputElement.prototype [printed above as window.Element.prototype]
1000
window.HTMLInputElement.prototype [printed above as window.Element.prototype]
1001
window.HTMLIsIndexElement [object HTMLIsIndexElementConstructor]
1001
window.HTMLIsIndexElement [object HTMLIsIndexElementConstructor]
1002
window.HTMLIsIndexElement.prototype [printed above as window.Element.prototype]
1002
window.HTMLIsIndexElement.prototype [printed above as window.Element.prototype]
1003
window.HTMLKeygenElement [object HTMLKeygenElementConstructor]
1004
window.HTMLKeygenElement.prototype [printed above as window.Element.prototype]
1003
window.HTMLLIElement [object HTMLLIElementConstructor]
1005
window.HTMLLIElement [object HTMLLIElementConstructor]
1004
window.HTMLLIElement.prototype [printed above as window.Element.prototype]
1006
window.HTMLLIElement.prototype [printed above as window.Element.prototype]
1005
window.HTMLLabelElement [object HTMLLabelElementConstructor]
1007
window.HTMLLabelElement [object HTMLLabelElementConstructor]
- a/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt +1 lines
Lines 90-95 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLIFrameElement') is 'obj a/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt_sec1
90
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLImageElement') is 'object'
90
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLImageElement') is 'object'
91
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLInputElement') is 'object'
91
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLInputElement') is 'object'
92
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLIsIndexElement') is 'object'
92
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLIsIndexElement') is 'object'
93
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLKeygenElement') is 'object'
93
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLIElement') is 'object'
94
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLIElement') is 'object'
94
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLabelElement') is 'object'
95
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLabelElement') is 'object'
95
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLegendElement') is 'object'
96
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLegendElement') is 'object'
- a/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt +2 lines
Lines 173-178 PASS inner.HTMLInputElement.isInner is true a/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt_sec1
173
PASS inner.HTMLInputElement.constructor.isInner is true
173
PASS inner.HTMLInputElement.constructor.isInner is true
174
PASS inner.HTMLIsIndexElement.isInner is true
174
PASS inner.HTMLIsIndexElement.isInner is true
175
PASS inner.HTMLIsIndexElement.constructor.isInner is true
175
PASS inner.HTMLIsIndexElement.constructor.isInner is true
176
PASS inner.HTMLKeygenElement.isInner is true
177
PASS inner.HTMLKeygenElement.constructor.isInner is true
176
PASS inner.HTMLLIElement.isInner is true
178
PASS inner.HTMLLIElement.isInner is true
177
PASS inner.HTMLLIElement.constructor.isInner is true
179
PASS inner.HTMLLIElement.constructor.isInner is true
178
PASS inner.HTMLLabelElement.isInner is true
180
PASS inner.HTMLLabelElement.isInner is true
- a/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt +1 lines
Lines 84-89 PASS HTMLIFrameElement.toString() is '[object HTMLIFrameElementConstructor]' a/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt_sec1
84
PASS HTMLImageElement.toString() is '[object HTMLImageElementConstructor]'
84
PASS HTMLImageElement.toString() is '[object HTMLImageElementConstructor]'
85
PASS HTMLInputElement.toString() is '[object HTMLInputElementConstructor]'
85
PASS HTMLInputElement.toString() is '[object HTMLInputElementConstructor]'
86
PASS HTMLIsIndexElement.toString() is '[object HTMLIsIndexElementConstructor]'
86
PASS HTMLIsIndexElement.toString() is '[object HTMLIsIndexElementConstructor]'
87
PASS HTMLKeygenElement.toString() is '[object HTMLKeygenElementConstructor]'
87
PASS HTMLLIElement.toString() is '[object HTMLLIElementConstructor]'
88
PASS HTMLLIElement.toString() is '[object HTMLLIElementConstructor]'
88
PASS HTMLLabelElement.toString() is '[object HTMLLabelElementConstructor]'
89
PASS HTMLLabelElement.toString() is '[object HTMLLabelElementConstructor]'
89
PASS HTMLLegendElement.toString() is '[object HTMLLegendElementConstructor]'
90
PASS HTMLLegendElement.toString() is '[object HTMLLegendElementConstructor]'

Return to Bug 52787