Changeset 287830 in webkit
- Timestamp:
- Jan 9, 2022, 11:55:43 PM (5 years ago)
- Location:
- trunk/LayoutTests/imported/w3c
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
web-platform-tests/css/css-transitions/transition-property-002-expected.txt (modified) (1 diff)
-
web-platform-tests/css/css-transitions/transition-property-002.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/imported/w3c/ChangeLog
r287827 r287830 1 2022-01-09 Antoine Quint <graouts@webkit.org> 2 3 Unreviewed WPT update after https://github.com/web-platform-tests/wpt/pull/32222. 4 5 * web-platform-tests/css/css-transitions/transition-property-002-expected.txt: 6 * web-platform-tests/css/css-transitions/transition-property-002.html: 7 1 8 2022-01-09 Antoine Quint <graouts@webkit.org> 2 9 -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transition-property-002-expected.txt
r278540 r287830 1 1 2 FAIL parse 'none, all' assert_equals: expected "none, all" but got "all" 3 FAIL parse 'all, none' assert_equals: expected "all, none" but got "all" 2 PASS parse 'none, all' 3 PASS parse 'all, none' 4 4 PASS parse 'foobar' 5 5 PASS parse 'all, foobar' -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transitions/transition-property-002.html
r255821 r287830 28 28 // syntax: none | [ all | <IDENT> ] [ ‘,’ [ all | <IDENT> ] ]* 29 29 var values = { 30 'none, all' : ' none,all',31 'all, none' : 'all , none',30 'none, all' : 'all', 31 'all, none' : 'all', 32 32 'foobar' : 'foobar', 33 33 'all, foobar' : 'all, foobar',
Note:
See TracChangeset
for help on using the changeset viewer.