Title: [103035] trunk/LayoutTests
Revision
103035
Author
rn...@webkit.org
Date
2011-12-16 00:04:09 -0800 (Fri, 16 Dec 2011)

Log Message

Mac rebaseline after r102918.

* platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (103034 => 103035)


--- trunk/LayoutTests/ChangeLog	2011-12-16 07:59:47 UTC (rev 103034)
+++ trunk/LayoutTests/ChangeLog	2011-12-16 08:04:09 UTC (rev 103035)
@@ -1,3 +1,9 @@
+2011-12-16  Ryosuke Niwa  <rn...@webkit.org>
+
+        Mac rebaseline after r102918.
+
+        * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
+
 2011-12-15  Hajime Morrita <morr...@chromium.org>
 
         Unreviewed expectations update.

Modified: trunk/LayoutTests/platform/mac/fast/dom/Window/window-property-descriptors-expected.txt (103034 => 103035)


--- trunk/LayoutTests/platform/mac/fast/dom/Window/window-property-descriptors-expected.txt	2011-12-16 07:59:47 UTC (rev 103034)
+++ trunk/LayoutTests/platform/mac/fast/dom/Window/window-property-descriptors-expected.txt	2011-12-16 08:04:09 UTC (rev 103035)
@@ -495,6 +495,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldBeUndefined') 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'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'shouldThrow') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'status') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'statusbar') is 'object'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to