* fast/forms/implicit-submission-expected.txt:
* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
* platform/qt/fast/js/global-constructors-expected.txt:
* platform/qt/http/tests/security/cross-frame-access-put-expected.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@106444
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-02-01 Balazs Ankes <Ankes.Balazs@stud.u-szeged.hu>
+
+ [Qt] Unreviewed gardening after r106373.
+
+ * fast/forms/implicit-submission-expected.txt:
+ * platform/qt/fast/dom/Window/window-properties-expected.txt:
+ * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
+ * platform/qt/fast/js/global-constructors-expected.txt:
+ * platform/qt/http/tests/security/cross-frame-access-put-expected.txt:
+
2012-02-01 Yuzo Fujishima <yuzo@google.com>
[Chromium] Unreviewed test expectation change.
Multi-line select with a disabled submit should not submit: PASS
Text field and single select, text focused should submit: PASS
Text field and single select, select focused should not submit: PASS
-Isindex should submit: PASS
Multiple text inputs with a button should submit: PASS
Multiple text inputs with a disabled button should not submit: PASS
window.HTMLImageElement.prototype [printed above as window.Element.prototype]
window.HTMLInputElement [object HTMLInputElementConstructor]
window.HTMLInputElement.prototype [printed above as window.Element.prototype]
-window.HTMLIsIndexElement [object HTMLIsIndexElementConstructor]
-window.HTMLIsIndexElement.prototype [printed above as window.Element.prototype]
window.HTMLKeygenElement [object HTMLKeygenElementConstructor]
window.HTMLKeygenElement.prototype [printed above as window.Element.prototype]
window.HTMLLIElement [object HTMLLIElementConstructor]
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLIFrameElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLImageElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLInputElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLIsIndexElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLKeygenElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLIElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLabelElement') is 'object'
Never found HTMLHeadingElement
Never found HTMLIFrameElement
Never found HTMLImageElement
-Never found HTMLIsIndexElement
Never found HTMLKeygenElement
Never found HTMLLIElement
Never found HTMLLabelElement
PASS HTMLIFrameElement.toString() is '[object HTMLIFrameElementConstructor]'
PASS HTMLImageElement.toString() is '[object HTMLImageElementConstructor]'
PASS HTMLInputElement.toString() is '[object HTMLInputElementConstructor]'
-PASS HTMLIsIndexElement.toString() is '[object HTMLIsIndexElementConstructor]'
PASS HTMLKeygenElement.toString() is '[object HTMLKeygenElementConstructor]'
PASS HTMLLIElement.toString() is '[object HTMLLIElementConstructor]'
PASS HTMLLabelElement.toString() is '[object HTMLLabelElementConstructor]'
CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-put-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-put.html. Domains, protocols and ports must match.
-CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-put-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-put.html. Domains, protocols and ports must match.
-
ALERT: PASS: window.Attr should be '[object AttrConstructor]' and is.
ALERT: PASS: window.CDATASection should be '[object CDATASectionConstructor]' and is.
ALERT: PASS: window.CharacterData should be '[object CharacterDataConstructor]' and is.
ALERT: PASS: window.HTMLIFrameElement should be '[object HTMLIFrameElementConstructor]' and is.
ALERT: PASS: window.HTMLImageElement should be '[object HTMLImageElementConstructor]' and is.
ALERT: PASS: window.HTMLInputElement should be '[object HTMLInputElementConstructor]' and is.
-ALERT: PASS: window.HTMLIsIndexElement should be '[object HTMLIsIndexElementConstructor]' and is.
+ALERT: PASS: window.HTMLIsIndexElement should be 'undefined' and is.
ALERT: PASS: window.HTMLLabelElement should be '[object HTMLLabelElementConstructor]' and is.
ALERT: PASS: window.HTMLLegendElement should be '[object HTMLLegendElementConstructor]' and is.
ALERT: PASS: window.HTMLLIElement should be '[object HTMLLIElementConstructor]' and is.