Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7eeb199e2df8621af8dc660abe1e4bc51e2837e7
      
https://github.com/WebKit/WebKit/commit/7eeb199e2df8621af8dc660abe1e4bc51e2837e7
  Author: Sam Weinig <[email protected]>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    A LayoutTests/fast/css/zoom-shape-margin-expected.txt
    A LayoutTests/fast/css/zoom-shape-margin.html
    A LayoutTests/fast/css/zoom-vertical-align-expected.txt
    A LayoutTests/fast/css/zoom-vertical-align.html
    M Source/WebCore/css/CSSProperties.json
    M Source/WebCore/style/StyleExtractorConverter.h
    M Source/WebCore/style/StyleExtractorCustom.h
    M Source/WebCore/style/StyleExtractorSerializer.h

  Log Message:
  -----------
  REGRESSION(294902@main): shape-margin and vertical-align do not report the 
correct computed values when zoomed
https://bugs.webkit.org/show_bug.cgi?id=295128

Reviewed by Darin Adler.

Fix regression where zoom was not taken into account for 'shape-margin' and 
'vertical-align'
computed values.

* LayoutTests/fast/css/zoom-shape-margin-expected.txt: Added.
* LayoutTests/fast/css/zoom-shape-margin.html: Added.
* LayoutTests/fast/css/zoom-vertical-align-expected.txt: Added.
* LayoutTests/fast/css/zoom-vertical-align.html: Added.
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/style/StyleExtractorConverter.h:
(WebCore::Style::ExtractorConverter::convertLengthWithoutApplyingZoom): Deleted.
* Source/WebCore/style/StyleExtractorCustom.h:
(WebCore::Style::ExtractorCustom::extractVerticalAlign):
(WebCore::Style::ExtractorCustom::extractVerticalAlignSerialization):
* Source/WebCore/style/StyleExtractorSerializer.h:
(WebCore::Style::ExtractorSerializer::serializeLengthWithoutApplyingZoom): 
Deleted.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to