Changeset 277566 in webkit
- Timestamp:
- May 16, 2021 1:30:49 AM (14 months ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/TestExpectations (modified) (1 diff)
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/rendering/style/WillChangeData.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r277547 r277566 1 2021-05-16 Tim Nguyen <ntim@apple.com> 2 3 Make will-change: transform-style create a containing block 4 https://bugs.webkit.org/show_bug.cgi?id=225441 5 6 Reviewed by Simon Fraser. 7 8 Marked relevant WPT as pass. 9 10 * TestExpectations: 11 1 12 2021-05-15 Said Abou-Hallawa <said@apple.com> 2 13 -
trunk/LayoutTests/TestExpectations
r277527 r277566 4864 4864 webkit.org/b/225442 imported/w3c/web-platform-tests/css/css-will-change/will-change-fixpos-cb-contain-1.html [ ImageOnlyFailure ] 4865 4865 webkit.org/b/225443 imported/w3c/web-platform-tests/css/css-will-change/will-change-fixpos-cb-position-1.html [ ImageOnlyFailure ] 4866 webkit.org/b/225441 imported/w3c/web-platform-tests/css/css-will-change/will-change-fixpos-cb-transform-style-1.html [ ImageOnlyFailure ]4867 4866 webkit.org/b/224902 [ Debug ] imported/w3c/web-platform-tests/css/css-will-change/parsing/will-change-invalid.html [ Skip ] 4868 4867 -
trunk/Source/WebCore/ChangeLog
r277564 r277566 1 2021-05-16 Tim Nguyen <ntim@apple.com> 2 3 Make will-change: transform-style create a containing block 4 https://bugs.webkit.org/show_bug.cgi?id=225441 5 6 Reviewed by Simon Fraser. 7 8 Marked relevant WPT as pass. 9 10 * rendering/style/WillChangeData.cpp: 11 (WebCore::WillChangeData::createsContainingBlockForOutOfFlowPositioned const): 12 1 13 2021-05-15 Ryosuke Niwa <rniwa@webkit.org> 2 14 -
trunk/Source/WebCore/rendering/style/WillChangeData.cpp
r276627 r277566 67 67 // CSS transforms 68 68 || containsProperty(CSSPropertyTransform) 69 || containsProperty(CSSPropertyTransformStyle) 69 70 || containsProperty(CSSPropertyTranslate) 70 71 || containsProperty(CSSPropertyRotate)
Note: See TracChangeset
for help on using the changeset viewer.