Title: [93116] trunk/LayoutTests
Revision
93116
Author
aro...@apple.com
Date
2011-08-16 09:44:14 -0700 (Tue, 16 Aug 2011)

Log Message

Update Windows results after r92890

* platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/win/fast/js/global-constructors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (93115 => 93116)


--- trunk/LayoutTests/ChangeLog	2011-08-16 16:39:08 UTC (rev 93115)
+++ trunk/LayoutTests/ChangeLog	2011-08-16 16:44:14 UTC (rev 93116)
@@ -1,5 +1,12 @@
 2011-08-16  Adam Roben  <aro...@apple.com>
 
+        Update Windows results after r92890
+
+        * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/win/fast/js/global-constructors-expected.txt:
+
+2011-08-16  Adam Roben  <aro...@apple.com>
+
         Remove Windows-specific hyphenation test results now that hyphenation works on Windows
 
         * platform/win/fast/text/hyphenate-first-word-expected.txt: Removed.

Modified: trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt (93115 => 93116)


--- trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-16 16:39:08 UTC (rev 93115)
+++ trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-16 16:44:14 UTC (rev 93116)
@@ -121,6 +121,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTextAreaElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTitleElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUListElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUnknownElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLVideoElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HashChangeEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Image') is 'object'

Modified: trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt (93115 => 93116)


--- trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt	2011-08-16 16:39:08 UTC (rev 93115)
+++ trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt	2011-08-16 16:44:14 UTC (rev 93116)
@@ -115,6 +115,7 @@
 PASS HTMLTextAreaElement.toString() is '[object HTMLTextAreaElementConstructor]'
 PASS HTMLTitleElement.toString() is '[object HTMLTitleElementConstructor]'
 PASS HTMLUListElement.toString() is '[object HTMLUListElementConstructor]'
+PASS HTMLUnknownElement.toString() is '[object HTMLUnknownElementConstructor]'
 PASS HTMLVideoElement.toString() is '[object HTMLVideoElementConstructor]'
 PASS HashChangeEvent.toString() is '[object HashChangeEventConstructor]'
 PASS Image.toString() is '[object ImageConstructor]'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to