Unreviewed, GTK rebaseline.
authorphiln@webkit.org <philn@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 08:44:30 +0000 (08:44 +0000)
committerphiln@webkit.org <philn@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 08:44:30 +0000 (08:44 +0000)
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:

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

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

index c6abfd2..792cf6d 100644 (file)
@@ -1,3 +1,10 @@
+2012-04-13  Philippe Normand  <pnormand@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  <shinyak@chromium.org>
 
         Background width (or height) is wrong if width (or height) * zoom < 1.
index a3f9d6e..141989d 100644 (file)
@@ -495,6 +495,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'sessionStorage') is 'object
 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, 'shouldBeNull') is 'object'
 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'
index cf2d63e..2b0964e 100644 (file)
@@ -3,7 +3,7 @@ Make sure prototypes are set up using the window a property came from, instead o
 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__