Title: [118419] trunk/LayoutTests
Revision
118419
Author
jber...@webkit.org
Date
2012-05-24 14:44:36 -0700 (Thu, 24 May 2012)

Log Message

DOM ClipboardData.setData does not allow writes during clipboard events
https://bugs.webkit.org/show_bug.cgi?id=17645

Add the more affected tests to the Windows Skipped list in order to get the bots green and
clean up the entry in the Skipped list to reference the bugs.webkit.org URL instead of the
Radar URL.

* platform/win/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (118418 => 118419)


--- trunk/LayoutTests/ChangeLog	2012-05-24 21:28:46 UTC (rev 118418)
+++ trunk/LayoutTests/ChangeLog	2012-05-24 21:44:36 UTC (rev 118419)
@@ -1,3 +1,14 @@
+2012-05-24  Jessie Berlin  <jber...@apple.com>
+
+        DOM ClipboardData.setData does not allow writes during clipboard events
+        https://bugs.webkit.org/show_bug.cgi?id=17645
+
+        Add the more affected tests to the Windows Skipped list in order to get the bots green and
+        clean up the entry in the Skipped list to reference the bugs.webkit.org URL instead of the
+        Radar URL.
+
+        * platform/win/Skipped:
+
 2012-05-24  Aaron Colwell  <acolw...@chromium.org>
 
         Move format independent Media Source tests to http/tests/media/media-source

Modified: trunk/LayoutTests/platform/win/Skipped (118418 => 118419)


--- trunk/LayoutTests/platform/win/Skipped	2012-05-24 21:28:46 UTC (rev 118418)
+++ trunk/LayoutTests/platform/win/Skipped	2012-05-24 21:44:36 UTC (rev 118419)
@@ -140,8 +140,11 @@
 svg/hixie/text/003a.xml
 svg/hixie/viewbox/preserveAspectRatio/002.xml
 
-# ASSERT in ClipboardWin::setData <rdar://problem/5015941>
+# DOM ClipboardData.setData does not allow writes during clipboard events
+# https://bugs.webkit.org/show_bug.cgi?id=17645
 editing/execCommand/copy-without-selection.html
+editing/pasteboard/copy-two-pasteboard-types-both-work.html
+editing/pasteboard/pasting-empty-html-falls-back-to-text.html
 
 # Drag & Drop doesn't work correctly in DRT <rdar://5621244>
 editing/pasteboard/drag-and-drop-objectimage-contenteditable.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to