Title: [287830] trunk/LayoutTests/imported/w3c
Revision
287830
Author
grao...@webkit.org
Date
2022-01-09 23:55:43 -0800 (Sun, 09 Jan 2022)

Log Message

Unreviewed WPT update after https://github.com/web-platform-tests/wpt/pull/32222.

* web-platform-tests/css/css-transitions/transition-property-002-expected.txt:
* web-platform-tests/css/css-transitions/transition-property-002.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (287829 => 287830)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2022-01-10 03:39:37 UTC (rev 287829)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2022-01-10 07:55:43 UTC (rev 287830)
@@ -1,5 +1,12 @@
 2022-01-09  Antoine Quint  <grao...@webkit.org>
 
+        Unreviewed WPT update after https://github.com/web-platform-tests/wpt/pull/32222.
+
+        * web-platform-tests/css/css-transitions/transition-property-002-expected.txt:
+        * web-platform-tests/css/css-transitions/transition-property-002.html:
+
+2022-01-09  Antoine Quint  <grao...@webkit.org>
+
         Implicit keyframe for a CSS Animation should always use the underlying style
         https://bugs.webkit.org/show_bug.cgi?id=235014
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transition-property-002-expected.txt (287829 => 287830)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transition-property-002-expected.txt	2022-01-10 03:39:37 UTC (rev 287829)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transition-property-002-expected.txt	2022-01-10 07:55:43 UTC (rev 287830)
@@ -1,6 +1,6 @@
 
-FAIL parse 'none, all' assert_equals: expected "none, all" but got "all"
-FAIL parse 'all, none' assert_equals: expected "all, none" but got "all"
+PASS parse 'none, all'
+PASS parse 'all, none'
 PASS parse 'foobar'
 PASS parse 'all, foobar'
 PASS parse 'foobar, all'

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transition-property-002.html (287829 => 287830)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transition-property-002.html	2022-01-10 03:39:37 UTC (rev 287829)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transition-property-002.html	2022-01-10 07:55:43 UTC (rev 287830)
@@ -27,8 +27,8 @@
 
             // syntax: none | [ all | <IDENT> ] [ ‘,’ [ all | <IDENT> ] ]*
             var values = {
-                'none, all' : 'none, all',
-                'all, none' : 'all, none',
+                'none, all' : 'all',
+                'all, none' : 'all',
                 'foobar' : 'foobar',
                 'all, foobar' : 'all, foobar',
                 'foobar, all' : 'foobar, all',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to