Title: [127097] trunk/LayoutTests
Revision
127097
Author
[email protected]
Date
2012-08-29 21:47:42 -0700 (Wed, 29 Aug 2012)

Log Message

[Qt][WK1] New test css3/filters/null-effect-check.html added in r126927 fails
https://bugs.webkit.org/show_bug.cgi?id=95308

Reviewed by Simon Hausmann.

* css3/filters/null-effect-check.html: Modify this reftest not to be dumpAsText() test.
* platform/qt-5.0-wk1/Skipped: Unskip the now passing test.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127096 => 127097)


--- trunk/LayoutTests/ChangeLog	2012-08-30 04:33:11 UTC (rev 127096)
+++ trunk/LayoutTests/ChangeLog	2012-08-30 04:47:42 UTC (rev 127097)
@@ -1,3 +1,13 @@
+2012-08-29  Csaba Osztrogonác  <[email protected]>
+
+        [Qt][WK1] New test css3/filters/null-effect-check.html added in r126927 fails
+        https://bugs.webkit.org/show_bug.cgi?id=95308
+
+        Reviewed by Simon Hausmann.
+
+        * css3/filters/null-effect-check.html: Modify this reftest not to be dumpAsText() test.
+        * platform/qt-5.0-wk1/Skipped: Unskip the now passing test.
+
 2012-08-29  Xianzhu Wang  <[email protected]>
 
         [Chromium-Android] Upstream layout test expectations (Part 3)

Modified: trunk/LayoutTests/css3/filters/null-effect-check.html (127096 => 127097)


--- trunk/LayoutTests/css3/filters/null-effect-check.html	2012-08-30 04:33:11 UTC (rev 127096)
+++ trunk/LayoutTests/css3/filters/null-effect-check.html	2012-08-30 04:47:42 UTC (rev 127097)
@@ -2,7 +2,6 @@
 if (window.testRunner) {
     // Force software rendering mode.
     window.testRunner.overridePreference("WebKitAcceleratedCompositingEnabled", "0");
-    window.testRunner.dumpAsText(true);
 }
 </script>
 <style>

Modified: trunk/LayoutTests/platform/qt-5.0-wk1/Skipped (127096 => 127097)


--- trunk/LayoutTests/platform/qt-5.0-wk1/Skipped	2012-08-30 04:33:11 UTC (rev 127096)
+++ trunk/LayoutTests/platform/qt-5.0-wk1/Skipped	2012-08-30 04:47:42 UTC (rev 127097)
@@ -73,7 +73,3 @@
 # [Qt][WK1] New touchadjustment/focusout-on-touch.html fails
 # https://bugs.webkit.org/show_bug.cgi?id=95205
 touchadjustment/focusout-on-touch.html
-
-# [Qt][WK1] Test added in r126927 fails.
-# https://bugs.webkit.org/show_bug.cgi?id=95308
-css3/filters/null-effect-check.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to