Title: [106105] trunk/LayoutTests
Revision
106105
Author
[email protected]
Date
2012-01-27 03:55:54 -0800 (Fri, 27 Jan 2012)

Log Message

[Qt] Unreviewed gardening after r106087.

* platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
* platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
* platform/qt/fast/js/global-constructors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (106104 => 106105)


--- trunk/LayoutTests/ChangeLog	2012-01-27 11:51:10 UTC (rev 106104)
+++ trunk/LayoutTests/ChangeLog	2012-01-27 11:55:54 UTC (rev 106105)
@@ -1,3 +1,11 @@
+2012-01-27  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed gardening after r106087.
+
+        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
+        * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/qt/fast/js/global-constructors-expected.txt:
+
 2012-01-27  Nikolas Zimmermann  <[email protected]>
 
         svg/repaint/image-with-clip-path.svg is flaky under guard malloc

Modified: trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt (106104 => 106105)


--- trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt	2012-01-27 11:51:10 UTC (rev 106104)
+++ trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt	2012-01-27 11:55:54 UTC (rev 106105)
@@ -61,8 +61,6 @@
 PASS (new inner.XPathEvaluator()).constructor.isInner is true
 PASS (new inner.XSLTProcessor()).isInner is true
 PASS (new inner.XSLTProcessor()).constructor.isInner is true
-PASS (new inner.webkitURL()).isInner is true
-PASS (new inner.webkitURL()).constructor.isInner is true
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt (106104 => 106105)


--- trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-01-27 11:51:10 UTC (rev 106104)
+++ trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-01-27 11:55:54 UTC (rev 106105)
@@ -240,7 +240,6 @@
 Never found DOMParser
 Never found DOMSettableTokenList
 Never found DOMStringList
-Never found DOMURL
 Never found Document
 Never found DocumentFragment
 Never found DocumentType

Modified: trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt (106104 => 106105)


--- trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2012-01-27 11:51:10 UTC (rev 106104)
+++ trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2012-01-27 11:55:54 UTC (rev 106105)
@@ -316,7 +316,6 @@
 PASS XPathException.toString() is '[object XPathExceptionConstructor]'
 PASS XPathResult.toString() is '[object XPathResultConstructor]'
 PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
-FAIL webkitURL.toString() should be [object webkitURLConstructor]. Was [object DOMURLConstructor].
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to