Bug 270344

Summary: REGRESSION(273742@main): wpt visibility interpolation in transitions/animation
Product: WebKit Reporter: Sam Sneddon [:gsnedders] <gsnedders>
Component: AnimationsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dino, graouts, graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=268366

Sam Sneddon [:gsnedders]
Reported 2024-03-01 05:38:33 PST
The following tests regressed, per bisection, in 273742@main...273733@main. Given they're all visibility interpolation, I presume 273742@main. * /css/CSS2/visufx/animation/visibility-interpolation.html: https://wpt.fyi/results/css/CSS2/visufx/animation/visibility-interpolation.html?label=master&product=safari%5Bstable%5D&product=safari%5Bexperimental%5D&aligned&diff&filter=ADC * /css/css-transitions/properties-value-001.html: https://wpt.fyi/results/css/css-transitions/properties-value-001.html?label=master&product=safari%5Bstable%5D&product=safari%5Bexperimental%5D&aligned&diff&filter=ADC * /css/css-transitions/properties-value-inherit-001.html: https://wpt.fyi/results/css/css-transitions/properties-value-inherit-001.html?label=master&product=safari%5Bstable%5D&product=safari%5Bexperimental%5D&aligned&diff&filter=ADC * /css/css-transitions/properties-value-inherit-002.html: https://wpt.fyi/results/css/css-transitions/properties-value-inherit-002.html?label=master&product=safari%5Bstable%5D&product=safari%5Bexperimental%5D&aligned&diff&filter=ADC To reproduce, in a WPT checkout: ./wpt run --webdriver-binary=path/to/safaridriver --log-mach=- safari /css/CSS2/visufx/animation/visibility-interpolation.html /css/css-transitions/properties-value-001.html /css/css-transitions/properties-value-inherit-001.html /css/css-transitions/properties-value-inherit-002.html
Attachments
Radar WebKit Bug Importer
Comment 1 2024-03-01 05:38:45 PST
Antoine Quint
Comment 2 2024-03-04 03:19:53 PST
Bug 269848 / 275120@main fixed the /css/CSS2/visufx/animation/visibility-interpolation.html regression.
Antoine Quint
Comment 3 2024-03-04 03:23:58 PST
Actually this whole bug is a dupe of bug 269848. *** This bug has been marked as a duplicate of bug 269848 ***
Sam Sneddon [:gsnedders]
Comment 4 2024-03-04 05:59:25 PST
Huh, yeah. Not sure what went wrong there, this shouldn't have been found it was already fixed on ToT. (i.e., it should've just short-circuited and quit!) Confirmed via wptrunner against 275619@main, expectations set at 273733@main: 0:11.33 TEST_START: /css/CSS2/visufx/animation/visibility-interpolation.html 0:11.52 TEST_END: Test OK. Subtests passed 128/134. Unexpected 0 0:11.52 TEST_START: /css/css-transitions/properties-value-001.html 0:24.77 TEST_END: Test OK. Subtests passed 551/560. Unexpected 0 0:24.77 TEST_START: /css/css-transitions/properties-value-inherit-001.html 0:38.02 TEST_END: Test OK. Subtests passed 539/560. Unexpected 0 0:38.02 TEST_START: /css/css-transitions/properties-value-inherit-002.html 0:51.26 TEST_END: Test OK. Subtests passed 551/560. Unexpected 0
Note You need to log in before you can comment on or make changes to this bug.