Title: [114874] trunk/LayoutTests
Revision
114874
Author
o...@webkit.org
Date
2012-04-22 23:37:47 -0700 (Sun, 22 Apr 2012)

Log Message

Add Notification constructor
https://bugs.webkit.org/show_bug.cgi?id=80477

[Qt] Unreviewed gardening after r114855.

* platform/qt-4.8/fast/dom/Window/window-properties-expected.txt:
* platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt:
* platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt:
* platform/qt-5.0/fast/dom/Window/window-properties-expected.txt:
* platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt:
* platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
* platform/qt/fast/js/global-constructors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (114873 => 114874)


--- trunk/LayoutTests/ChangeLog	2012-04-23 06:30:12 UTC (rev 114873)
+++ trunk/LayoutTests/ChangeLog	2012-04-23 06:37:47 UTC (rev 114874)
@@ -1,3 +1,18 @@
+2012-04-22  Csaba Osztrogonác  <o...@webkit.org>
+
+        Add Notification constructor
+        https://bugs.webkit.org/show_bug.cgi?id=80477
+
+        [Qt] Unreviewed gardening after r114855.
+
+        * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/qt/fast/js/global-constructors-expected.txt:
+
 2012-04-22  Zan Dobersek  <zandober...@gmail.com>
 
         Unreviewed, add a baseline for computed style test after r114766.

Modified: trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt (114873 => 114874)


--- trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-04-23 06:30:12 UTC (rev 114873)
+++ trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-04-23 06:37:47 UTC (rev 114874)
@@ -305,6 +305,7 @@
 Never found Node
 Never found NodeFilter
 Never found Notation
+Never found Notification
 Never found Option
 Never found ProcessingInstruction
 Never found Range

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


--- trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2012-04-23 06:30:12 UTC (rev 114873)
+++ trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2012-04-23 06:37:47 UTC (rev 114874)
@@ -142,6 +142,7 @@
 PASS NodeFilter.toString() is '[object NodeFilterConstructor]'
 PASS NodeList.toString() is '[object NodeListConstructor]'
 PASS Notation.toString() is '[object NotationConstructor]'
+PASS Notification.toString() is '[object NotificationConstructor]'
 PASS Option.toString() is '[object OptionConstructor]'
 PASS OverflowEvent.toString() is '[object OverflowEventConstructor]'
 PASS PageTransitionEvent.toString() is '[object PageTransitionEventConstructor]'

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


--- trunk/LayoutTests/platform/qt-4.8/fast/dom/Window/window-properties-expected.txt	2012-04-23 06:30:12 UTC (rev 114873)
+++ trunk/LayoutTests/platform/qt-4.8/fast/dom/Window/window-properties-expected.txt	2012-04-23 06:37:47 UTC (rev 114874)
@@ -1420,6 +1420,15 @@
 window.NodeList.prototype.item [function]
 window.Notation [object NotationConstructor]
 window.Notation.prototype [printed above as window.Node.prototype]
+window.Notification [object NotificationConstructor]
+window.Notification.length [number]
+window.Notification.prototype [object NotificationPrototype]
+window.Notification.prototype.addEventListener [function]
+window.Notification.prototype.cancel [function]
+window.Notification.prototype.close [function]
+window.Notification.prototype.dispatchEvent [function]
+window.Notification.prototype.removeEventListener [function]
+window.Notification.prototype.show [function]
 window.Number [function]
 window.Object [function]
 window.Option [object OptionConstructor]

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


--- trunk/LayoutTests/platform/qt-5.0/fast/dom/Window/window-properties-expected.txt	2012-04-23 06:30:12 UTC (rev 114873)
+++ trunk/LayoutTests/platform/qt-5.0/fast/dom/Window/window-properties-expected.txt	2012-04-23 06:37:47 UTC (rev 114874)
@@ -1420,6 +1420,15 @@
 window.NodeList.prototype.item [function]
 window.Notation [object NotationConstructor]
 window.Notation.prototype [printed above as window.Node.prototype]
+window.Notification [object NotificationConstructor]
+window.Notification.length [number]
+window.Notification.prototype [object NotificationPrototype]
+window.Notification.prototype.addEventListener [function]
+window.Notification.prototype.cancel [function]
+window.Notification.prototype.close [function]
+window.Notification.prototype.dispatchEvent [function]
+window.Notification.prototype.removeEventListener [function]
+window.Notification.prototype.show [function]
 window.Number [function]
 window.Object [function]
 window.Option [object OptionConstructor]

Modified: trunk/LayoutTests/platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt (114873 => 114874)


--- trunk/LayoutTests/platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt	2012-04-23 06:30:12 UTC (rev 114873)
+++ trunk/LayoutTests/platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt	2012-04-23 06:37:47 UTC (rev 114874)
@@ -300,6 +300,7 @@
 Never found Node
 Never found NodeFilter
 Never found Notation
+Never found Notification
 Never found Option
 Never found Plugin
 Never found ProcessingInstruction

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


--- trunk/LayoutTests/platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt	2012-04-23 06:30:12 UTC (rev 114873)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt	2012-04-23 06:37:47 UTC (rev 114874)
@@ -1420,6 +1420,15 @@
 window.NodeList.prototype.item [function]
 window.Notation [object NotationConstructor]
 window.Notation.prototype [printed above as window.Node.prototype]
+window.Notification [object NotificationConstructor]
+window.Notification.length [number]
+window.Notification.prototype [object NotificationPrototype]
+window.Notification.prototype.addEventListener [function]
+window.Notification.prototype.cancel [function]
+window.Notification.prototype.close [function]
+window.Notification.prototype.dispatchEvent [function]
+window.Notification.prototype.removeEventListener [function]
+window.Notification.prototype.show [function]
 window.Number [function]
 window.Object [function]
 window.Option [object OptionConstructor]

Modified: trunk/LayoutTests/platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt (114873 => 114874)


--- trunk/LayoutTests/platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt	2012-04-23 06:30:12 UTC (rev 114873)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt	2012-04-23 06:37:47 UTC (rev 114874)
@@ -305,6 +305,7 @@
 Never found Node
 Never found NodeFilter
 Never found Notation
+Never found Notification
 Never found Option
 Never found ProcessingInstruction
 Never found Range
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to