Title: [106915] trunk/LayoutTests
Revision
106915
Author
commit-qu...@webkit.org
Date
2012-02-07 02:22:44 -0800 (Tue, 07 Feb 2012)

Log Message

GTK & QT Rebaseline after r106912.
https://bugs.webkit.org/show_bug.cgi?id=77942

Patch by Kaustubh Atrawalkar <kaust...@motorola.com> on 2012-02-07
Reviewed by David Levin.

* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:
* 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 (106914 => 106915)


--- trunk/LayoutTests/ChangeLog	2012-02-07 09:44:25 UTC (rev 106914)
+++ trunk/LayoutTests/ChangeLog	2012-02-07 10:22:44 UTC (rev 106915)
@@ -1,3 +1,16 @@
+2012-02-07  Kaustubh Atrawalkar  <kaust...@motorola.com>
+
+        GTK & QT Rebaseline after r106912.
+        https://bugs.webkit.org/show_bug.cgi?id=77942
+
+        Reviewed by David Levin.
+
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+        * 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-02-07  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r106912.

Modified: trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt (106914 => 106915)


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-07 09:44:25 UTC (rev 106914)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-07 10:22:44 UTC (rev 106915)
@@ -240,6 +240,7 @@
 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/gtk/fast/js/global-constructors-expected.txt (106914 => 106915)


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-07 09:44:25 UTC (rev 106914)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-07 10:22:44 UTC (rev 106915)
@@ -333,6 +333,7 @@
 PASS XPathResult.toString() is '[object XPathResultConstructor]'
 PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
 FAIL webkitPeerConnection.toString() should be [object webkitPeerConnectionConstructor]. Was [object PeerConnectionConstructor].
+FAIL webkitURL.toString() should be [object webkitURLConstructor]. Was [object DOMURLConstructor].
 PASS successfullyParsed is true
 
 TEST COMPLETE

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


--- trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt	2012-02-07 09:44:25 UTC (rev 106914)
+++ trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt	2012-02-07 10:22:44 UTC (rev 106915)
@@ -61,6 +61,8 @@
 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 (106914 => 106915)


--- trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-02-07 09:44:25 UTC (rev 106914)
+++ trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-02-07 10:22:44 UTC (rev 106915)
@@ -240,6 +240,7 @@
 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 (106914 => 106915)


--- trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2012-02-07 09:44:25 UTC (rev 106914)
+++ trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2012-02-07 10:22:44 UTC (rev 106915)
@@ -315,6 +315,7 @@
 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
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to