Title: [105520] trunk/LayoutTests
Revision
105520
Author
[email protected]
Date
2012-01-20 09:06:06 -0800 (Fri, 20 Jan 2012)

Log Message

Unreviewed, GTK rebaseline after r105486.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (105519 => 105520)


--- trunk/LayoutTests/ChangeLog	2012-01-20 16:49:25 UTC (rev 105519)
+++ trunk/LayoutTests/ChangeLog	2012-01-20 17:06:06 UTC (rev 105520)
@@ -1,3 +1,11 @@
+2012-01-20  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK rebaseline after r105486.
+
+        * fast/dom/constructed-objects-prototypes-expected.txt:
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
 2012-01-20  Csaba Osztrogonác  <[email protected]>
 
         Differentiate between SVG/CSS width/height attributes/properties

Modified: trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt (105519 => 105520)


--- trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt	2012-01-20 16:49:25 UTC (rev 105519)
+++ trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt	2012-01-20 17:06:06 UTC (rev 105520)
@@ -63,6 +63,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/gtk/fast/dom/prototype-inheritance-2-expected.txt (105519 => 105520)


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-01-20 16:49:25 UTC (rev 105519)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-01-20 17:06:06 UTC (rev 105520)
@@ -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 (105519 => 105520)


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-01-20 16:49:25 UTC (rev 105519)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-01-20 17:06:06 UTC (rev 105520)
@@ -334,6 +334,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
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to