Title: [107939] trunk/LayoutTests
Revision
107939
Author
ph...@webkit.org
Date
2012-02-16 08:32:16 -0800 (Thu, 16 Feb 2012)

Log Message

[GTK] fast/events/drag-dataTransfer-live-attributes.html fails
https://bugs.webkit.org/show_bug.cgi?id=78818

Unreviewed, rebaseline the test and unskip, as advised by Daniel Cheng.

* platform/gtk/Skipped:
* platform/gtk/fast/events/drag-dataTransfer-live-attributes-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107938 => 107939)


--- trunk/LayoutTests/ChangeLog	2012-02-16 16:15:47 UTC (rev 107938)
+++ trunk/LayoutTests/ChangeLog	2012-02-16 16:32:16 UTC (rev 107939)
@@ -1,5 +1,15 @@
 2012-02-16  Philippe Normand  <pnorm...@igalia.com>
 
+        [GTK] fast/events/drag-dataTransfer-live-attributes.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=78818
+
+        Unreviewed, rebaseline the test and unskip, as advised by Daniel Cheng.
+
+        * platform/gtk/Skipped:
+        * platform/gtk/fast/events/drag-dataTransfer-live-attributes-expected.txt: Added.
+
+2012-02-16  Philippe Normand  <pnorm...@igalia.com>
+
         Unreviewed, skipping 2 new test failures and unskipping some
         needing rebaselining.
 

Modified: trunk/LayoutTests/platform/gtk/Skipped (107938 => 107939)


--- trunk/LayoutTests/platform/gtk/Skipped	2012-02-16 16:15:47 UTC (rev 107938)
+++ trunk/LayoutTests/platform/gtk/Skipped	2012-02-16 16:32:16 UTC (rev 107939)
@@ -1624,8 +1624,5 @@
 # https://bugs.webkit.org/show_bug.cgi?id=76564
 fast/workers/worker-crash-with-invalid-location.html
 
-# https://bugs.webkit.org/show_bug.cgi?id=78818
-fast/events/drag-dataTransfer-live-attributes.html
-
 # https://bugs.webkit.org/show_bug.cgi?id=78819
 fast/workers/shared-worker-load-error.html

Added: trunk/LayoutTests/platform/gtk/fast/events/drag-dataTransfer-live-attributes-expected.txt (0 => 107939)


--- trunk/LayoutTests/platform/gtk/fast/events/drag-dataTransfer-live-attributes-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/events/drag-dataTransfer-live-attributes-expected.txt	2012-02-16 16:32:16 UTC (rev 107939)
@@ -0,0 +1,8 @@
+This is a test that various dataTransfer attributes are live and return the same object when accessed multiple times. To manually test, drag 'Drag Me' to 'Drop Here' and drop. The word 'SUCCESS' should appear.
+
+Drag Me
+Drop Here
+types != types
+files != files
+FAILURE
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to