Title: [94791] trunk/LayoutTests
Revision
94791
Author
o...@webkit.org
Date
2011-09-08 13:46:55 -0700 (Thu, 08 Sep 2011)

Log Message

[Qt] Unreviewed gardening after r94771.

* fast/dom/constructed-objects-prototypes-expected.txt: Update, it will pass on Qt, GTK, SL, Win.
* platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94790 => 94791)


--- trunk/LayoutTests/ChangeLog	2011-09-08 20:33:45 UTC (rev 94790)
+++ trunk/LayoutTests/ChangeLog	2011-09-08 20:46:55 UTC (rev 94791)
@@ -1,3 +1,10 @@
+2011-09-08  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Qt] Unreviewed gardening after r94771.
+
+        * fast/dom/constructed-objects-prototypes-expected.txt: Update, it will pass on Qt, GTK, SL, Win.
+        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Removed.
+
 2011-09-08  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r94784.
@@ -27,7 +34,7 @@
         [Qt] Unreviewed gardening.
 
         * platform/qt/Skipped: Skip tests introduced in r94775 because of missing test fonts.
-        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Added. (test introduced in r94147)
+        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Added. (test introduced in r94771)
 
 2011-09-08  Eric Carlson  <eric.carl...@apple.com>
 

Modified: trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt (94790 => 94791)


--- trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt	2011-09-08 20:33:45 UTC (rev 94790)
+++ trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt	2011-09-08 20:46:55 UTC (rev 94791)
@@ -19,6 +19,8 @@
 PASS (new inner.MessageChannel()).constructor.isInner is true
 PASS (new inner.Option()).isInner is true
 PASS (new inner.Option()).constructor.isInner is true
+PASS (new inner.ProgressEvent()).isInner is true
+PASS (new inner.ProgressEvent()).constructor.isInner is true
 PASS (new inner.WebKitCSSMatrix()).isInner is true
 PASS (new inner.WebKitCSSMatrix()).constructor.isInner is true
 PASS (new inner.WebKitPoint()).isInner is true

Deleted: trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt (94790 => 94791)


--- trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt	2011-09-08 20:33:45 UTC (rev 94790)
+++ trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt	2011-09-08 20:46:55 UTC (rev 94791)
@@ -1,41 +0,0 @@
-Make sure prototypes are set up using the window a property came from, instead of the lexical global object.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS (new inner.Audio()).isInner is true
-PASS (new inner.Audio()).constructor.isInner is true
-PASS (new inner.CustomEvent()).isInner is true
-PASS (new inner.CustomEvent()).constructor.isInner is true
-PASS (new inner.DOMParser()).isInner is true
-PASS (new inner.DOMParser()).constructor.isInner is true
-PASS (new inner.Event()).isInner is true
-PASS (new inner.Event()).constructor.isInner is true
-PASS (new inner.FormData()).isInner is true
-PASS (new inner.FormData()).constructor.isInner is true
-PASS (new inner.Image()).isInner is true
-PASS (new inner.Image()).constructor.isInner is true
-PASS (new inner.MessageChannel()).isInner is true
-PASS (new inner.MessageChannel()).constructor.isInner is true
-PASS (new inner.Option()).isInner is true
-PASS (new inner.Option()).constructor.isInner is true
-PASS (new inner.ProgressEvent()).isInner is true
-PASS (new inner.ProgressEvent()).constructor.isInner is true
-PASS (new inner.WebKitCSSMatrix()).isInner is true
-PASS (new inner.WebKitCSSMatrix()).constructor.isInner is true
-PASS (new inner.WebKitPoint()).isInner is true
-PASS (new inner.WebKitPoint()).constructor.isInner is true
-PASS (new inner.Worker('foo')).isInner is true
-PASS (new inner.Worker('foo')).constructor.isInner is true
-PASS (new inner.XMLHttpRequest()).isInner is true
-PASS (new inner.XMLHttpRequest()).constructor.isInner is true
-PASS (new inner.XMLSerializer()).isInner is true
-PASS (new inner.XMLSerializer()).constructor.isInner is true
-PASS (new inner.XPathEvaluator()).isInner is true
-PASS (new inner.XPathEvaluator()).constructor.isInner is true
-PASS (new inner.XSLTProcessor()).isInner is true
-PASS (new inner.XSLTProcessor()).constructor.isInner is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to