Title: [94788] trunk/LayoutTests
Revision
94788
Author
[email protected]
Date
2011-09-08 13:23:53 -0700 (Thu, 08 Sep 2011)

Log Message

[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)

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94787 => 94788)


--- trunk/LayoutTests/ChangeLog	2011-09-08 20:19:34 UTC (rev 94787)
+++ trunk/LayoutTests/ChangeLog	2011-09-08 20:23:53 UTC (rev 94788)
@@ -1,3 +1,10 @@
+2011-09-08  Csaba Osztrogonác  <[email protected]>
+
+        [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)
+
 2011-09-08  Eric Carlson  <[email protected]>
 
         HTMLMediaElement is missing initialTime attribute

Modified: trunk/LayoutTests/platform/qt/Skipped (94787 => 94788)


--- trunk/LayoutTests/platform/qt/Skipped	2011-09-08 20:19:34 UTC (rev 94787)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-09-08 20:23:53 UTC (rev 94788)
@@ -2415,3 +2415,7 @@
 # new test introduced in r94696, but fails on Qt.
 # https://bugs.webkit.org/show_bug.cgi?id=67772
 fast/css/line-after-floating-div.html
+
+# new tests introduced in r94775, but fails on Qt because of missing test font
+css3/unicode-bidi-isolate-aharon.html
+css3/unicode-bidi-isolate-basic.html

Added: trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt (0 => 94788)


--- trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt	2011-09-08 20:23:53 UTC (rev 94788)
@@ -0,0 +1,41 @@
+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
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to