Title: [106437] trunk/LayoutTests
Revision
106437
Author
ph...@webkit.org
Date
2012-02-01 00:09:00 -0800 (Wed, 01 Feb 2012)

Log Message

Unreviewed, GTK rebaseline after r106373 and r106361.

* platform/gtk/fast/dom/Window/window-properties-expected.txt:
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:
* platform/gtk/http/tests/security/cross-frame-access-put-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (106436 => 106437)


--- trunk/LayoutTests/ChangeLog	2012-02-01 07:47:08 UTC (rev 106436)
+++ trunk/LayoutTests/ChangeLog	2012-02-01 08:09:00 UTC (rev 106437)
@@ -1,3 +1,13 @@
+2012-02-01  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, GTK rebaseline after r106373 and r106361.
+
+        * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+        * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt:
+
 2012-01-31  Hayato Ito  <hay...@chromium.org>
 
         Add APIs, getElementsByXXX family, to ShadowRoot IDL.

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt (106436 => 106437)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2012-02-01 07:47:08 UTC (rev 106436)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2012-02-01 08:09:00 UTC (rev 106437)
@@ -1126,8 +1126,6 @@
 window.HTMLImageElement.prototype [printed above as window.Element.prototype]
 window.HTMLInputElement [object HTMLInputElementConstructor]
 window.HTMLInputElement.prototype [printed above as window.Element.prototype]
-window.HTMLIsIndexElement [object HTMLIsIndexElementConstructor]
-window.HTMLIsIndexElement.prototype [printed above as window.Element.prototype]
 window.HTMLKeygenElement [object HTMLKeygenElementConstructor]
 window.HTMLKeygenElement.prototype [printed above as window.Element.prototype]
 window.HTMLLIElement [object HTMLLIElementConstructor]

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt (106436 => 106437)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-02-01 07:47:08 UTC (rev 106436)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-02-01 08:09:00 UTC (rev 106437)
@@ -89,7 +89,6 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLIFrameElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLImageElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLInputElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLIsIndexElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLKeygenElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLIElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLLabelElement') is 'object'

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


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-01 07:47:08 UTC (rev 106436)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-01 08:09:00 UTC (rev 106437)
@@ -263,7 +263,6 @@
 Never found HTMLHeadingElement
 Never found HTMLIFrameElement
 Never found HTMLImageElement
-Never found HTMLIsIndexElement
 Never found HTMLKeygenElement
 Never found HTMLLIElement
 Never found HTMLLabelElement

Modified: trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt (106436 => 106437)


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-01 07:47:08 UTC (rev 106436)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-01 08:09:00 UTC (rev 106437)
@@ -83,7 +83,6 @@
 PASS HTMLIFrameElement.toString() is '[object HTMLIFrameElementConstructor]'
 PASS HTMLImageElement.toString() is '[object HTMLImageElementConstructor]'
 PASS HTMLInputElement.toString() is '[object HTMLInputElementConstructor]'
-PASS HTMLIsIndexElement.toString() is '[object HTMLIsIndexElementConstructor]'
 PASS HTMLKeygenElement.toString() is '[object HTMLKeygenElementConstructor]'
 PASS HTMLLIElement.toString() is '[object HTMLLIElementConstructor]'
 PASS HTMLLabelElement.toString() is '[object HTMLLabelElementConstructor]'

Modified: trunk/LayoutTests/platform/gtk/http/tests/security/cross-frame-access-put-expected.txt (106436 => 106437)


--- trunk/LayoutTests/platform/gtk/http/tests/security/cross-frame-access-put-expected.txt	2012-02-01 07:47:08 UTC (rev 106436)
+++ trunk/LayoutTests/platform/gtk/http/tests/security/cross-frame-access-put-expected.txt	2012-02-01 08:09:00 UTC (rev 106437)
@@ -372,8 +372,6 @@
 
 CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-put-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-put.html. Domains, protocols and ports must match.
 
-CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-put-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-put.html. Domains, protocols and ports must match.
-
 ALERT: PASS: window.Attr should be '[object AttrConstructor]' and is.
 ALERT: PASS: window.CDATASection should be '[object CDATASectionConstructor]' and is.
 ALERT: PASS: window.CharacterData should be '[object CharacterDataConstructor]' and is.
@@ -419,7 +417,7 @@
 ALERT: PASS: window.HTMLIFrameElement should be '[object HTMLIFrameElementConstructor]' and is.
 ALERT: PASS: window.HTMLImageElement should be '[object HTMLImageElementConstructor]' and is.
 ALERT: PASS: window.HTMLInputElement should be '[object HTMLInputElementConstructor]' and is.
-ALERT: PASS: window.HTMLIsIndexElement should be '[object HTMLIsIndexElementConstructor]' and is.
+ALERT: PASS: window.HTMLIsIndexElement should be 'undefined' and is.
 ALERT: PASS: window.HTMLLabelElement should be '[object HTMLLabelElementConstructor]' and is.
 ALERT: PASS: window.HTMLLegendElement should be '[object HTMLLegendElementConstructor]' and is.
 ALERT: PASS: window.HTMLLIElement should be '[object HTMLLIElementConstructor]' and is.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to