Title: [118058] trunk/LayoutTests
Revision
118058
Author
[email protected]
Date
2012-05-22 14:50:15 -0700 (Tue, 22 May 2012)

Log Message

WK2 Skipped list should be updated to reflect that
https://bugs.webkit.org/show_bug.cgi?id=57515 has been fixed.
https://bugs.webkit.org/show_bug.cgi?id=87170.

Reviewed by Brady Eidson.

Remove the tests from the Skipped list that now pass, separate out the test that crashes with
its own entry, and correctly cover the shadow dom tests.

* platform/wk2/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (118057 => 118058)


--- trunk/LayoutTests/ChangeLog	2012-05-22 21:29:02 UTC (rev 118057)
+++ trunk/LayoutTests/ChangeLog	2012-05-22 21:50:15 UTC (rev 118058)
@@ -1,5 +1,18 @@
 2012-05-22  Jessie Berlin  <[email protected]>
 
+        WK2 Skipped list should be updated to reflect that
+        https://bugs.webkit.org/show_bug.cgi?id=57515 has been fixed.
+        https://bugs.webkit.org/show_bug.cgi?id=87170.
+
+        Reviewed by Brady Eidson.
+
+        Remove the tests from the Skipped list that now pass, separate out the test that crashes with
+        its own entry, and correctly cover the shadow dom tests.
+
+        * platform/wk2/Skipped:
+
+2012-05-22  Jessie Berlin  <[email protected]>
+
         WTR needs an implementation of setAutomaticLinkDetectionEnabled
         https://bugs.webkit.org/show_bug.cgi?id=87162
 

Modified: trunk/LayoutTests/platform/wk2/Skipped (118057 => 118058)


--- trunk/LayoutTests/platform/wk2/Skipped	2012-05-22 21:29:02 UTC (rev 118057)
+++ trunk/LayoutTests/platform/wk2/Skipped	2012-05-22 21:50:15 UTC (rev 118058)
@@ -1031,20 +1031,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=42194
 fast/mutation/inline-event-listener.html
 
-# eventSender.keyDown is unimplemented
-# https://bugs.webkit.org/show_bug.cgi?id=57515
-fast/dom/shadow/access-key.html
-fast/dom/shadow/tab-order-iframe-and-shadow.html
-fast/events/onchange-setvalue.html
-fast/forms/focus-with-display-block.html
-fast/forms/input-search-press-escape-key.html
-fast/forms/placeholder-crash-with-scrollbar-corner.html
-fast/forms/search-disabled-readonly.html
-fast/forms/ValidityState-valueMissing-002.html
-fast/frames/focus-controller-crash-change-event.html
-svg/custom/focus-event-handling-keyboard.xhtml
-fast/forms/number/number-input-changeevent.html
-
 # WebKitTestRunner needs eventSender.contextClick()
 # https://bugs.webkit.org/show_bug.cgi?id=86881
 editing/selection/context-menu-text-selection.html
@@ -1063,26 +1049,7 @@
 
 # ENABLE(SHADOW_DOM) is disabled.
 editing/shadow
-fast/dom/shadow/content-element-api.html
-fast/dom/shadow/content-element-outside-shadow.html
-fast/dom/shadow/content-element-outside-shadow-style.html
-fast/dom/shadow/content-element-in-media-element.html
-fast/dom/shadow/content-element-in-meter-element.html
-fast/dom/shadow/shadow-root-js-api.html
-fast/dom/shadow/shadow-disable.html
-fast/dom/shadow/shadow-dom-event-dispatching.html
-fast/dom/shadow/shadow-root-activeElement.html
-fast/dom/shadow/shadow-root-attached.html
-fast/dom/shadow/shadow-root-innerHTML.html
-fast/dom/shadow/shadow-root-new.html
-fast/dom/shadow/shadow-ul-li.html
-fast/dom/shadow/shadow-root-append.html
-fast/dom/shadow/shadow-element-rendering-single.html
-fast/dom/shadow/shadow-element-rendering-multiple.html
-fast/dom/shadow/multiple-shadowroot.html
-fast/dom/shadow/multiple-shadowroot-rendering.html
-fast/dom/shadow/multiple-shadowroot-adopt.html
-fast/dom/shadow/get-element-by-id-in-shadow-root.html
+fast/dom/shadow
 
 # WTR needs an implementation for eventSender.continuousMouseScrollBy
 # https://bugs.webkit.org/show_bug.cgi?id=69417
@@ -1343,6 +1310,10 @@
 # https://bugs.webkit.org/show_bug.cgi?id=73435
 http/tests/security/local-image-from-remote-whitelisted.html
 
+# [WK2] fast/forms/input-search-press-escape-key.html crashes
+# https://bugs.webkit.org/show_bug.cgi?id=87168
+fast/forms/input-search-press-escape-key.html
+
 # Editing input tests that time out unexpectedly.
 # https://bugs.webkit.org/show_bug.cgi?id=81547
 editing/input/reveal-edit-on-input-vertically.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to