Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 08cff0128482a2280810f22d7481844404e8e4d9
      
https://github.com/WebKit/WebKit/commit/08cff0128482a2280810f22d7481844404e8e4d9
  Author: Suraj Thanugundla <[email protected]>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

  Changed paths:
    M 
LayoutTests/imported/w3c/web-platform-tests/css/css-cascade/all-prop-revert-layer-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/css/css-overflow/parsing/overflow-clip-margin-computed-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/css/css-overflow/parsing/overflow-clip-margin-computed.html
    M 
LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/overflow-clip-margin-expected.txt
    M Source/WebCore/Headers.cmake
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/css/CSSPrimitiveValueMappings.h
    M Source/WebCore/css/CSSProperties.json
    M Source/WebCore/rendering/style/RenderStyleConstants.cpp
    M Source/WebCore/rendering/style/RenderStyleConstants.h
    A Source/WebCore/style/values/box/StyleVisualBox.h
    M Source/WebCore/style/values/overflow/StyleOverflowClipMargin.cpp
    M Source/WebCore/style/values/overflow/StyleOverflowClipMargin.h

  Log Message:
  -----------
  Implement overflow-clip-margin computed style
https://bugs.webkit.org/show_bug.cgi?id=308522

Reviewed by Sam Weinig.

Add style value calculation for the overflow-clip-margin CSS property.

Added additional tests that use calc().

* 
LayoutTests/imported/w3c/web-platform-tests/css/css-cascade/all-prop-revert-layer-expected.txt:
* 
LayoutTests/imported/w3c/web-platform-tests/css/css-overflow/parsing/overflow-clip-margin-computed-expected.txt:
* 
LayoutTests/imported/w3c/web-platform-tests/css/css-overflow/parsing/overflow-clip-margin-computed.html:
* 
LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/overflow-clip-margin-expected.txt:
* Source/WebCore/Headers.cmake:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSPrimitiveValueMappings.h:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/rendering/style/RenderStyleConstants.cpp:
* Source/WebCore/rendering/style/RenderStyleConstants.h:
* Source/WebCore/style/values/box/StyleVisualBox.h: Copied from 
Source/WebCore/style/values/overflow/StyleOverflowClipMargin.cpp.
* Source/WebCore/style/values/overflow/StyleOverflowClipMargin.cpp:
(WebCore::Style::CSSValueConversion<OverflowClipMargin>::operator):
* Source/WebCore/style/values/overflow/StyleOverflowClipMargin.h:
(WebCore::Style::OverflowClipMargin::OverflowClipMargin):

Canonical link: https://commits.webkit.org/308913@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to