Title: [91521] trunk/LayoutTests
Revision
91521
Author
jber...@webkit.org
Date
2011-07-21 15:22:32 -0700 (Thu, 21 Jul 2011)

Log Message

Implement spinbutton support in RenderThemeSafari.
https://bugs.webkit.org/show_bug.cgi?id=54662

Add another spinbutton test to the Skipped list to get the bots green.

* platform/win/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (91520 => 91521)


--- trunk/LayoutTests/ChangeLog	2011-07-21 22:22:29 UTC (rev 91520)
+++ trunk/LayoutTests/ChangeLog	2011-07-21 22:22:32 UTC (rev 91521)
@@ -1,3 +1,12 @@
+2011-07-21  Jessie Berlin  <jber...@apple.com>
+
+        Implement spinbutton support in RenderThemeSafari.
+        https://bugs.webkit.org/show_bug.cgi?id=54662
+
+        Add another spinbutton test to the Skipped list to get the bots green.
+
+        * platform/win/Skipped:
+
 2011-07-21  Kenneth Russell  <k...@google.com>
 
         Update webglcontextlost / webglcontextrestored delivery to match spec changes

Modified: trunk/LayoutTests/platform/win/Skipped (91520 => 91521)


--- trunk/LayoutTests/platform/win/Skipped	2011-07-21 22:22:29 UTC (rev 91520)
+++ trunk/LayoutTests/platform/win/Skipped	2011-07-21 22:22:32 UTC (rev 91521)
@@ -1079,14 +1079,15 @@
 # LayoutTestController::isPageBoxVisible, pageAreaRectInPixels, and preferredPageSizeInPixels are not implemented yet for WIN.
 printing/page-format-data.html
 
-# Need to implement inner-spin-button
-# https://bugs.webkit.org/show_bug.cgi?id=38381
+# Implement spinbutton support in RenderThemeSafari 
+# https://bugs.webkit.org/show_bug.cgi?id=54662
 fast/forms/input-appearance-spinbutton-disabled-readonly.html
 fast/forms/input-appearance-spinbutton-layer.html
 fast/forms/input-appearance-spinbutton-visibility.html
 fast/forms/input-number-events.html
 fast/forms/input-number-large-padding.html
 fast/forms/input-spinbutton-capturing.html
+fast/forms/spin-button-gets-disabled-or-readonly.html
 
 # Color input is not yet enabled.
 fast/forms/color
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to