[webkit-changes] [WebKit/WebKit] 6a99d8: Summary on `details` has not right margin on RTL

Ahmad Saleem noreply at github.com
Thu Feb 9 07:32:30 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6a99d8b4674169d69f6e8dfb45acdad721a3a66d
      https://github.com/WebKit/WebKit/commit/6a99d8b4674169d69f6e8dfb45acdad721a3a66d
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M LayoutTests/platform/glib/fast/html/details-marker-style-expected.txt
    M LayoutTests/platform/glib/fast/html/details-marker-style-mixed-expected.txt
    M LayoutTests/platform/glib/fast/html/details-writing-mode-expected.txt
    M LayoutTests/platform/glib/fast/html/details-writing-mode-mixed-expected.txt
    M LayoutTests/platform/ios/fast/html/details-marker-style-expected.txt
    M LayoutTests/platform/ios/fast/html/details-marker-style-mixed-expected.txt
    M LayoutTests/platform/ios/fast/html/details-writing-mode-expected.txt
    M LayoutTests/platform/ios/fast/html/details-writing-mode-mixed-expected.txt
    M LayoutTests/platform/mac/fast/html/details-marker-style-expected.png
    M LayoutTests/platform/mac/fast/html/details-marker-style-expected.txt
    M LayoutTests/platform/mac/fast/html/details-marker-style-mixed-expected.txt
    M LayoutTests/platform/mac/fast/html/details-writing-mode-expected.png
    M LayoutTests/platform/mac/fast/html/details-writing-mode-expected.txt
    M LayoutTests/platform/mac/fast/html/details-writing-mode-mixed-expected.txt
    M Source/WebCore/css/html.css

  Log Message:
  -----------
  Summary on `details` has not right margin on RTL

Summary on `details` has not right margin on RTL
https://bugs.webkit.org/show_bug.cgi?id=250296
rdar://problem/104275835

Reviewed by Tim Nguyen.

This patch is to fix an issue in 'details' marker respecting 'margin' when in RTL
and have same margin as 'LTR'.

It is covered by existing tests, which will need to be rebaselined.

* Source/WebCore/css/html.css: Update 'summary::-webkit-details-marker'
* LayoutTests/platform/glib/fast/html/details-marker-style-expected.txt: Rebaselined
* LayoutTests/platform/glib/fast/html/details-marker-style-mixed-expected.txt: Rebaselined
* LayoutTests/platform/glib/fast/html/details-writing-mode-expected.txt: Rebaselined
* LayoutTests/platform/glib/fast/html/details-writing-mode-mixed-expected.txt: Rebaselined
* LayoutTests/platform/ios/fast/html/details-marker-style-expected.txt: Rebaselined
* LayoutTests/platform/ios/fast/html/details-marker-style-mixed-expected.txt: Rebaselined
* LayoutTests/platform/ios/fast/html/details-writing-mode-expected.txt: Rebaselined
* LayoutTests/platform/ios/fast/html/details-writing-mode-mixed-expected.txt: Rebaselined
* LayoutTests/platform/mac/fast/html/details-marker-style-expected.txt: Rebaselined
* LayoutTests/platform/mac/fast/html/details-marker-style-expected.png: Rebaselined
* LayoutTests/platform/mac/fast/html/details-marker-style-mixed-expected.txt: Rebaselined
* LayoutTests/platform/mac/fast/html/details-writing-mode-expected.txt: Rebaselined
* LayoutTests/platform/mac/fast/html/details-writing-mode-expected.png: Rebaselined
* LayoutTests/platform/mac/fast/html/details-writing-mode-mixed-expected.txt: Rebaselined

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




More information about the webkit-changes mailing list