Title: [87320] trunk/LayoutTests
- Revision
- 87320
- Author
- [email protected]
- Date
- 2011-05-25 14:31:37 -0700 (Wed, 25 May 2011)
Log Message
[Qt] Missing update for expected results in LayoutTests after r87315
https://bugs.webkit.org/show_bug.cgi?id=61467
Reviewed by Andreas Kling.
We now expose __qt_sender__ as a non-enumarated property in the
global object. Fix our expectations in relevant tests.
* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (87319 => 87320)
--- trunk/LayoutTests/ChangeLog 2011-05-25 21:29:32 UTC (rev 87319)
+++ trunk/LayoutTests/ChangeLog 2011-05-25 21:31:37 UTC (rev 87320)
@@ -1,3 +1,16 @@
+2011-05-25 Caio Marcelo de Oliveira Filho <[email protected]>
+
+ Reviewed by Andreas Kling.
+
+ [Qt] Missing update for expected results in LayoutTests after r87315
+ https://bugs.webkit.org/show_bug.cgi?id=61467
+
+ We now expose __qt_sender__ as a non-enumarated property in the
+ global object. Fix our expectations in relevant tests.
+
+ * platform/qt/fast/dom/Window/window-properties-expected.txt:
+ * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
+
2011-05-25 Kulanthaivel Palanichamy <[email protected]>
Reviewed by David Hyatt.
Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt (87319 => 87320)
--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt 2011-05-25 21:29:32 UTC (rev 87319)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt 2011-05-25 21:31:37 UTC (rev 87320)
@@ -2146,6 +2146,7 @@
window.XSLTProcessor.prototype.setParameter [function]
window.XSLTProcessor.prototype.transformToDocument [function]
window.XSLTProcessor.prototype.transformToFragment [function]
+window.__qt_sender__ [undefined]
window.addEventListener [function]
window.alert [function]
window.applicationCache [object DOMApplicationCache]
Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt (87319 => 87320)
--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt 2011-05-25 21:29:32 UTC (rev 87319)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt 2011-05-25 21:31:37 UTC (rev 87320)
@@ -333,6 +333,7 @@
PASS typeof Object.getOwnPropertyDescriptor(window, 'XPathException') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'XPathResult') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'XSLTProcessor') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, '__qt_sender__') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'applicationCache') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'areArraysEqual') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'clientInformation') is 'object'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes