Unreviewed, GTK rebaseline after r105486.
authorphiln@webkit.org <philn@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 20 Jan 2012 17:06:06 +0000 (17:06 +0000)
committerphiln@webkit.org <philn@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 20 Jan 2012 17:06:06 +0000 (17:06 +0000)
* fast/dom/constructed-objects-prototypes-expected.txt:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105520 268f45cc-cd09-0410-ab3c-d52691b4dbfc

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

index 74362d2..182b6d1 100644 (file)
@@ -1,3 +1,11 @@
+2012-01-20  Philippe Normand  <pnormand@igalia.com>
+
+        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  <ossy@webkit.org>
 
         Differentiate between SVG/CSS width/height attributes/properties
index 218ba6b..c3d1901 100644 (file)
@@ -63,6 +63,8 @@ PASS (new inner.XPathEvaluator()).isInner is true
 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
index ed38ddf..4505db9 100644 (file)
@@ -240,6 +240,7 @@ Never found Clipboard
 Never found DOMParser
 Never found DOMSettableTokenList
 Never found DOMStringList
+Never found DOMURL
 Never found Document
 Never found DocumentFragment
 Never found DocumentType
index 596baff..4a14f91 100644 (file)
@@ -334,6 +334,7 @@ PASS XPathException.toString() is '[object XPathExceptionConstructor]'
 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