Title: [114096] trunk/LayoutTests
Revision
114096
Author
ph...@webkit.org
Date
2012-04-13 01:44:30 -0700 (Fri, 13 Apr 2012)

Log Message

Unreviewed, GTK rebaseline.

* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (114095 => 114096)


--- trunk/LayoutTests/ChangeLog	2012-04-13 08:39:58 UTC (rev 114095)
+++ trunk/LayoutTests/ChangeLog	2012-04-13 08:44:30 UTC (rev 114096)
@@ -1,3 +1,10 @@
+2012-04-13  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, GTK rebaseline.
+
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+
 2012-04-13  Shinya Kawanaka  <shin...@chromium.org>
 
         Background width (or height) is wrong if width (or height) * zoom < 1.

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-04-13 08:39:58 UTC (rev 114095)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-04-13 08:44:30 UTC (rev 114096)
@@ -495,6 +495,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBe') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeCloseTo') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeDefined') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeEmptyString') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeEqualToString') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeFalse') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeGreaterThanOrEqual') is 'object'
@@ -505,6 +506,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeTrue') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeTrueQuiet') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeUndefined') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeZero') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldEvaluateTo') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldHaveHadError') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldNotBe') is 'object'

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


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-04-13 08:39:58 UTC (rev 114095)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-04-13 08:44:30 UTC (rev 114096)
@@ -3,7 +3,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS Array from inner.document.forms.testForm.0.ownerDocument.defaultView.console.profiles
+PASS Array from inner.document.forms.testForm.__proto__.__proto__
 PASS Attr from inner.document.forms.testForm.0.attributes.0
 PASS AttrConstructor from inner.document.forms.testForm.0.attributes.0.constructor
 PASS AttrPrototype from inner.document.forms.testForm.0.attributes.0.__proto__
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to