Skip to content

Commit 0801098

Browse files
nt1mweinig
andauthored
WebKit export: Remove perfectly valid progress() test from invalid examples test (#50615)
https://bugs.webkit.org/show_bug.cgi?id=286560 Co-authored-by: Sam Weinig <[email protected]>
1 parent 65d8738 commit 0801098

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

css/css-values/progress-invalid.tentative.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
test_invalid_number('progress(0,,, 10,, 200)');
3131
test_invalid_number('progress(0,,, 10,,, 200)');
3232
test_invalid_number('progress(0,, 10,, 200)');
33-
test_invalid_number('progress(0, 10, 200)');
3433
test_invalid_number('progress(0 from 10 to 200)');
3534

3635
// General tests

0 commit comments

Comments
 (0)