Title: [88694] trunk/LayoutTests
Revision
88694
Author
[email protected]
Date
2011-06-13 14:20:00 -0700 (Mon, 13 Jun 2011)

Log Message

[Windows Tests] EventSender.contextClick() needs to return a JS array of the context menu
items.
https://bugs.webkit.org/show_bug.cgi?id=62597

Add editing/pasteboard/copy-standalone-image-crash.htm to the Windows skipped list, since
it depends on getting a list of the context menu items.

* platform/win/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88693 => 88694)


--- trunk/LayoutTests/ChangeLog	2011-06-13 21:14:49 UTC (rev 88693)
+++ trunk/LayoutTests/ChangeLog	2011-06-13 21:20:00 UTC (rev 88694)
@@ -1,3 +1,14 @@
+2011-06-13  Jessie Berlin  <[email protected]>
+
+        [Windows Tests] EventSender.contextClick() needs to return a JS array of the context menu
+        items.
+        https://bugs.webkit.org/show_bug.cgi?id=62597
+
+        Add editing/pasteboard/copy-standalone-image-crash.htm to the Windows skipped list, since
+        it depends on getting a list of the context menu items.
+
+        * platform/win/Skipped:
+
 2011-06-13  Ryosuke Niwa  <[email protected]>
 
         Windows rebaseline after r62565. The failure is tracked by the bug 62565.

Modified: trunk/LayoutTests/platform/win/Skipped (88693 => 88694)


--- trunk/LayoutTests/platform/win/Skipped	2011-06-13 21:14:49 UTC (rev 88693)
+++ trunk/LayoutTests/platform/win/Skipped	2011-06-13 21:20:00 UTC (rev 88694)
@@ -975,6 +975,10 @@
 # https://bugs.webkit.org/show_bug.cgi?id=39104
 editing/spelling/context-menu-suggestions.html
 
+# eventSender.contextClick() needs to return a JS array of the context menu items.
+# https://bugs.webkit.org/show_bug.cgi?id=62597
+editing/pasteboard/copy-standalone-image-crash.html
+
 # https://webkit.org/b/32021 - DRT's textInputController is unimplemented on Windows
 editing/input/ime-composition-clearpreedit.html
 editing/input/setting-input-value-cancel-ime-composition.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to