[webkit-changes] [WebKit/WebKit] 15855e: REGRESSION(269016 at main) [Win] fast/forms/listbox-z...

Fujii Hironori noreply at github.com
Sun Oct 15 22:24:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 15855ea0a70708ea758ab7917dafe852e1fbd711
      https://github.com/WebKit/WebKit/commit/15855ea0a70708ea758ab7917dafe852e1fbd711
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-10-15 (Sun, 15 Oct 2023)

  Changed paths:
    M LayoutTests/platform/wincairo/TestExpectations
    M Source/WebCore/platform/graphics/win/SimpleFontDataCairoWin.cpp

  Log Message:
  -----------
  REGRESSION(269016 at main) [Win] fast/forms/listbox-zero-item-height.html is randomly failing
https://bugs.webkit.org/show_bug.cgi?id=263101

Reviewed by Ross Kirsling.

The following tests were randomly failing after 269016 at main..

  fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-svg.html
  fast/css3-text/css3-text-decoration/text-decoration-thickness.html
  fast/forms/listbox-zero-item-height.html

Uninitialized OUTLINETEXTMETRIC was used if GetOutlineTextMetrics
failed. Check the return value of GetOutlineTextMetrics.

* LayoutTests/platform/wincairo/TestExpectations:
* Source/WebCore/platform/graphics/win/SimpleFontDataCairoWin.cpp:

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




More information about the webkit-changes mailing list