Title: [93491] trunk/LayoutTests
Revision
93491
Author
da...@apple.com
Date
2011-08-21 13:22:49 -0700 (Sun, 21 Aug 2011)

Log Message

Update results for more tests affected by the addition of the
HTMLSourceElement class.

* fast/dom/Window/window-properties-expected.txt:
* fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/dom/Window/window-properties-expected.txt:
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:
* platform/mac/fast/js/global-constructors-expected.txt:
* platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
* platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/qt/fast/js/global-constructors-expected.txt:
* 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 (93490 => 93491)


--- trunk/LayoutTests/ChangeLog	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/ChangeLog	2011-08-21 20:22:49 UTC (rev 93491)
@@ -1,3 +1,22 @@
+2011-08-21  Darin Adler  <da...@apple.com>
+
+        Update results for more tests affected by the addition of the
+        HTMLSourceElement class.
+
+        * fast/dom/Window/window-properties-expected.txt:
+        * fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+        * platform/mac/fast/js/global-constructors-expected.txt:
+        * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/qt/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/qt/fast/js/global-constructors-expected.txt:
+        * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/win/fast/js/global-constructors-expected.txt:
+
 2011-08-20  Filip Pizlo  <fpi...@apple.com>
 
         _javascript_Core bytecompiler does not compute scope depth correctly

Modified: trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt (93490 => 93491)


--- trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -1095,6 +1095,8 @@
 window.HTMLScriptElement.prototype [printed above as window.Element.prototype]
 window.HTMLSelectElement [object HTMLSelectElementConstructor]
 window.HTMLSelectElement.prototype [printed above as window.Element.prototype]
+window.HTMLSourceElement [object HTMLSourceElementConstructor]
+window.HTMLSourceElement.prototype [printed above as window.Element.prototype]
 window.HTMLStyleElement [object HTMLStyleElementConstructor]
 window.HTMLStyleElement.prototype [printed above as window.Element.prototype]
 window.HTMLTableCaptionElement [object HTMLTableCaptionElementConstructor]

Modified: trunk/LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt (93490 => 93491)


--- trunk/LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -112,6 +112,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLQuoteElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLScriptElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSelectElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSourceElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLStyleElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCaptionElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCellElement') is 'object'

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -1095,6 +1095,8 @@
 window.HTMLScriptElement.prototype [printed above as window.Element.prototype]
 window.HTMLSelectElement [object HTMLSelectElementConstructor]
 window.HTMLSelectElement.prototype [printed above as window.Element.prototype]
+window.HTMLSourceElement [object HTMLSourceElementConstructor]
+window.HTMLSourceElement.prototype [printed above as window.Element.prototype]
 window.HTMLStyleElement [object HTMLStyleElementConstructor]
 window.HTMLStyleElement.prototype [printed above as window.Element.prototype]
 window.HTMLTableCaptionElement [object HTMLTableCaptionElementConstructor]

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -112,6 +112,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLQuoteElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLScriptElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSelectElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSourceElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLStyleElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCaptionElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCellElement') is 'object'

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


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -106,6 +106,7 @@
 PASS HTMLQuoteElement.toString() is '[object HTMLQuoteElementConstructor]'
 PASS HTMLScriptElement.toString() is '[object HTMLScriptElementConstructor]'
 PASS HTMLSelectElement.toString() is '[object HTMLSelectElementConstructor]'
+PASS HTMLSourceElement.toString() is '[object HTMLSourceElementConstructor]'
 PASS HTMLStyleElement.toString() is '[object HTMLStyleElementConstructor]'
 PASS HTMLTableCaptionElement.toString() is '[object HTMLTableCaptionElementConstructor]'
 PASS HTMLTableCellElement.toString() is '[object HTMLTableCellElementConstructor]'

Modified: trunk/LayoutTests/platform/mac/fast/js/global-constructors-expected.txt (93490 => 93491)


--- trunk/LayoutTests/platform/mac/fast/js/global-constructors-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/platform/mac/fast/js/global-constructors-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -106,6 +106,7 @@
 PASS HTMLQuoteElement.toString() is '[object HTMLQuoteElementConstructor]'
 PASS HTMLScriptElement.toString() is '[object HTMLScriptElementConstructor]'
 PASS HTMLSelectElement.toString() is '[object HTMLSelectElementConstructor]'
+PASS HTMLSourceElement.toString() is '[object HTMLSourceElementConstructor]'
 PASS HTMLStyleElement.toString() is '[object HTMLStyleElementConstructor]'
 PASS HTMLTableCaptionElement.toString() is '[object HTMLTableCaptionElementConstructor]'
 PASS HTMLTableCellElement.toString() is '[object HTMLTableCellElementConstructor]'

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt (93490 => 93491)


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -1091,6 +1091,8 @@
 window.HTMLScriptElement.prototype [printed above as window.Element.prototype]
 window.HTMLSelectElement [object HTMLSelectElementConstructor]
 window.HTMLSelectElement.prototype [printed above as window.Element.prototype]
+window.HTMLSourceElement [object HTMLSourceElementConstructor]
+window.HTMLSourceElement.prototype [printed above as window.Element.prototype]
 window.HTMLStyleElement [object HTMLStyleElementConstructor]
 window.HTMLStyleElement.prototype [printed above as window.Element.prototype]
 window.HTMLTableCaptionElement [object HTMLTableCaptionElementConstructor]

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt (93490 => 93491)


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -114,6 +114,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLQuoteElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLScriptElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSelectElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSourceElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLStyleElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCaptionElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCellElement') is 'object'

Modified: trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt (93490 => 93491)


--- trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -108,6 +108,7 @@
 PASS HTMLQuoteElement.toString() is '[object HTMLQuoteElementConstructor]'
 PASS HTMLScriptElement.toString() is '[object HTMLScriptElementConstructor]'
 PASS HTMLSelectElement.toString() is '[object HTMLSelectElementConstructor]'
+PASS HTMLSourceElement.toString() is '[object HTMLSourceElementConstructor]'
 PASS HTMLStyleElement.toString() is '[object HTMLStyleElementConstructor]'
 PASS HTMLTableCaptionElement.toString() is '[object HTMLTableCaptionElementConstructor]'
 PASS HTMLTableCellElement.toString() is '[object HTMLTableCellElementConstructor]'

Modified: trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-properties-expected.txt (93490 => 93491)


--- trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-properties-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-properties-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -1091,6 +1091,8 @@
 window.HTMLScriptElement.prototype [printed above as window.Element.prototype]
 window.HTMLSelectElement [object HTMLSelectElementConstructor]
 window.HTMLSelectElement.prototype [printed above as window.Element.prototype]
+window.HTMLSourceElement [object HTMLSourceElementConstructor]
+window.HTMLSourceElement.prototype [printed above as window.Element.prototype]
 window.HTMLStyleElement [object HTMLStyleElementConstructor]
 window.HTMLStyleElement.prototype [printed above as window.Element.prototype]
 window.HTMLTableCaptionElement [object HTMLTableCaptionElementConstructor]

Modified: trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt (93490 => 93491)


--- trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -114,6 +114,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLQuoteElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLScriptElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSelectElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSourceElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLStyleElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCaptionElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCellElement') is 'object'

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


--- trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -111,6 +111,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLQuoteElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLScriptElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSelectElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSourceElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLStyleElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCaptionElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCellElement') is 'object'

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


--- trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt	2011-08-21 15:53:54 UTC (rev 93490)
+++ trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt	2011-08-21 20:22:49 UTC (rev 93491)
@@ -105,6 +105,7 @@
 PASS HTMLQuoteElement.toString() is '[object HTMLQuoteElementConstructor]'
 PASS HTMLScriptElement.toString() is '[object HTMLScriptElementConstructor]'
 PASS HTMLSelectElement.toString() is '[object HTMLSelectElementConstructor]'
+PASS HTMLSourceElement.toString() is '[object HTMLSourceElementConstructor]'
 PASS HTMLStyleElement.toString() is '[object HTMLStyleElementConstructor]'
 PASS HTMLTableCaptionElement.toString() is '[object HTMLTableCaptionElementConstructor]'
 PASS HTMLTableCellElement.toString() is '[object HTMLTableCellElementConstructor]'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to