| Summary: | REGRESSION(r291797): [ wk1 ] 5 imported/w3c/web-platform-tests/css/css-sizing/contain-intrinsic-size* tests are constant text failures | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Dawn Morningstar <Morningstar> | ||||||||||||
| Component: | CSS | Assignee: | cathiechen <cathiechen> | ||||||||||||
| Status: | RESOLVED FIXED | ||||||||||||||
| Severity: | Normal | CC: | cathiechen, clopez, ews-watchlist, rbuis, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf | ||||||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||||||
| Version: | WebKit Nightly Build | ||||||||||||||
| Hardware: | Unspecified | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Dawn Morningstar
2022-03-30 18:36:21 PDT
Marked expectations until this can be investigated r292135 Created attachment 456234 [details]
Patch
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess Created attachment 456236 [details]
Patch
Created attachment 456356 [details]
Patch
Comment on attachment 456356 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456356&action=review > Tools/DumpRenderTree/TestOptions.cpp:122 > - { "ResizeObserverEnabled", false }, > + { "ResizeObserverEnabled", true }, You can just remove the line. > Tools/DumpRenderTree/TestOptions.cpp:171 > - { "ResizeObserverEnabled", false }, > + { "ResizeObserverEnabled", true }, DItto. Comment on attachment 456356 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456356&action=review >> Tools/DumpRenderTree/TestOptions.cpp:122 >> + { "ResizeObserverEnabled", true }, > > You can just remove the line. I see... Done, thanks! >> Tools/DumpRenderTree/TestOptions.cpp:171 >> + { "ResizeObserverEnabled", true }, > > DItto. Done Created attachment 456429 [details]
Patch
Created attachment 456457 [details]
Patch
Committed r292284 (249182@main): <https://commits.webkit.org/249182@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456457 [details]. |