Bug 240112

Summary: REGRESSION (r291788): MotionMark Suits subtest is 9% regressed
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: Antti Koivisto <koivisto>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, changseok, dino, esprehn+autocc, ews-watchlist, fmalita, fujii.hironori, glenn, gyuyoung.kim, kangil.han, kondapallykalyan, pdr, rbuis, sabouhallawa, schenney, sergio, zalan, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=241489
Bug Depends on:    
Bug Blocks: 230296    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch none

Antti Koivisto
Reported 2022-05-05 01:08:02 PDT
Attachments
Patch (10.28 KB, patch)
2022-05-11 01:58 PDT, Antti Koivisto
no flags
Patch (52.44 KB, patch)
2022-05-11 04:54 PDT, Antti Koivisto
no flags
Patch (52.72 KB, patch)
2022-05-11 05:21 PDT, Antti Koivisto
no flags
Patch (52.58 KB, patch)
2022-05-11 05:32 PDT, Antti Koivisto
no flags
Patch (53.46 KB, patch)
2022-05-11 07:50 PDT, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2022-05-05 01:08:27 PDT
Nikolas Zimmermann
Comment 2 2022-05-05 13:30:17 PDT
Hmm, that's not a small one... You found this by chance Antti? Or did the patch make you suspicious? :-)
alan baradlay
Comment 3 2022-05-05 13:43:19 PDT
(In reply to Nikolas Zimmermann from comment #2) > Hmm, that's not a small one... You found this by chance Antti? Or did the > patch make you suspicious? :-) We run MM regularly to discover regressions (and progressions).
alan baradlay
Comment 4 2022-05-05 20:06:22 PDT
The Suits subtest is about calling svgElement.setAttribute('transform','translate...". in a repeated manner. r291788 went from "attribute changed + set needsLayout" to "attribute changed + invalidate style" which is fine as long as the attribute is translated to a RenderStyle property, however SVG transform is special and internal to SVGGraphicsElement and it does not require style invalidation. Will post a patch soon.
alan baradlay
Comment 5 2022-05-06 08:38:25 PDT
> Will post a patch soon. or Antti. Probably Antti.
Antti Koivisto
Comment 6 2022-05-11 01:58:40 PDT
Antti Koivisto
Comment 7 2022-05-11 04:54:23 PDT
Antti Koivisto
Comment 8 2022-05-11 05:21:31 PDT
Antti Koivisto
Comment 9 2022-05-11 05:32:37 PDT
Antti Koivisto
Comment 10 2022-05-11 07:50:36 PDT
alan baradlay
Comment 11 2022-05-11 13:03:07 PDT
Comment on attachment 459165 [details] Patch v.nice
EWS
Comment 12 2022-05-11 13:36:15 PDT
Committed r294067 (250469@main): <https://commits.webkit.org/250469@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 459165 [details].
Fujii Hironori
Comment 13 2022-06-30 23:45:38 PDT
Bug 242230 – REGRESSION(250469@main) svg/animations/animation-leak-list-property-instances.html is randomly failing
Note You need to log in before you can comment on or make changes to this bug.