Title: [90663] trunk/LayoutTests
Revision
90663
Author
[email protected]
Date
2011-07-08 13:37:26 -0700 (Fri, 08 Jul 2011)

Log Message

Skip all HTMLProgressElement tests on Windows

<http://webkit.org/b/49769> tracks implementing this element on Windows. For now it's just a
source of failing tests.

* platform/win/Skipped: Skip the entire HTMLProgressElement directory so we don't have to
keep adding new tests one-by-one.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (90662 => 90663)


--- trunk/LayoutTests/ChangeLog	2011-07-08 20:30:58 UTC (rev 90662)
+++ trunk/LayoutTests/ChangeLog	2011-07-08 20:37:26 UTC (rev 90663)
@@ -1,3 +1,13 @@
+2011-07-08  Adam Roben  <[email protected]>
+
+        Skip all HTMLProgressElement tests on Windows
+
+        <http://webkit.org/b/49769> tracks implementing this element on Windows. For now it's just a
+        source of failing tests.
+
+        * platform/win/Skipped: Skip the entire HTMLProgressElement directory so we don't have to
+        keep adding new tests one-by-one.
+
 2011-07-08  Stephen White  <[email protected]>
 
         Unreviewed; chromium test_expectations update.

Modified: trunk/LayoutTests/platform/win/Skipped (90662 => 90663)


--- trunk/LayoutTests/platform/win/Skipped	2011-07-08 20:30:58 UTC (rev 90662)
+++ trunk/LayoutTests/platform/win/Skipped	2011-07-08 20:37:26 UTC (rev 90663)
@@ -949,16 +949,9 @@
 
 # Needs progress element support
 # https://bugs.webkit.org/show_bug.cgi?id=49769
-fast/dom/HTMLProgressElement/progress-element.html
-fast/dom/HTMLProgressElement/set-progress-properties.html
-fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html
-fast/dom/HTMLProgressElement/progress-clone.html
-fast/dom/HTMLProgressElement/progress-element-form.html
-fast/dom/HTMLProgressElement/progress-writing-mode.html
-fast/forms/form-attribute.html
 fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html
-fast/dom/HTMLProgressElement/indeterminate-progress-001.html
-fast/dom/HTMLProgressElement/indeterminate-progress-002.html
+fast/dom/HTMLProgressElement
+fast/forms/form-attribute.html
 
 # view mode media feature
 fast/media/view-mode-media-feature.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to