[webkit-changes] [WebKit/WebKit] 13b4f9: [css-highlight-api] Export CSS highlights internal...

Tim Nguyen noreply at github.com
Mon Aug 5 17:44:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 13b4f972d55df5f75dcaed233cbc11e6e9bcd3bc
      https://github.com/WebKit/WebKit/commit/13b4f972d55df5f75dcaed233cbc11e6e9bcd3bc
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2024-08-05 (Mon, 05 Aug 2024)

  Changed paths:
    M LayoutTests/TestExpectations
    A LayoutTests/fast/css/highlight-text-repaint-expected.txt
    A LayoutTests/fast/css/highlight-text-repaint.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-image-expected-mismatch.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-image.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-across-elements-expected.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-across-elements.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-cascade-expected.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-cascade.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-decorations-expected.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-decorations.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-dynamic-expected-mismatch.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-dynamic.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-expected.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-repaint-expected.txt
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-repaint.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-replace-expected.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text-replace.html
    R LayoutTests/http/wpt/css/css-highlight-api/highlight-text.html
    R LayoutTests/http/wpt/images/blank-highlight.png
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-image-expected-mismatch.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-image-notref.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-image.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-across-elements-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-across-elements-ref.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-across-elements.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-cascade-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-cascade-ref.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-cascade.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-decorations-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-decorations-ref.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-decorations.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-dynamic-expected-mismatch.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-dynamic-notref.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-dynamic.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-ref.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-replace-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-replace-ref.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-replace.html
    A LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text.html
    A LayoutTests/imported/w3c/web-platform-tests/images/blank-highlight.png
    M LayoutTests/platform/glib/TestExpectations
    A LayoutTests/platform/ios/fast/css/highlight-text-repaint-expected.txt
    R LayoutTests/platform/ios/http/wpt/css/css-highlight-api/highlight-text-repaint-expected.txt

  Log Message:
  -----------
  [css-highlight-api] Export CSS highlights internal WPT
https://bugs.webkit.org/show_bug.cgi?id=277577
rdar://133098489

Reviewed by Megan Gardner and Sam Sneddon.

Upstream all WPTs from LayoutTests/http/wpt/css/css-highlight-api, except the one that dumps repaint rects which is moved to fast/css.

* LayoutTests/TestExpectations:
* LayoutTests/fast/css/highlight-text-repaint-expected.txt: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-repaint-expected.txt.
* LayoutTests/fast/css/highlight-text-repaint.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-repaint.html.
* LayoutTests/http/wpt/css/css-highlight-api/highlight-text-expected.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-image-expected-mismatch.html: Copied from LayoutTests/http/wpt/css/css-highlight-api/highlight-image-expected-mismatch.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-image-notref.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-image-expected-mismatch.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-image.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-image.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-across-elements-expected.html: Copied from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-across-elements-expected.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-across-elements-ref.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-across-elements-expected.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-across-elements.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-across-elements.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-cascade-expected.html: Copied from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-cascade-expected.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-cascade-ref.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-cascade-expected.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-cascade.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-cascade.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-decorations-expected.html: Copied from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-decorations-expected.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-decorations-ref.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-decorations-expected.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-decorations.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-decorations.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-dynamic-expected-mismatch.html: Copied from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-dynamic-expected-mismatch.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-dynamic-notref.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-dynamic-expected-mismatch.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-dynamic.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-dynamic.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-ref.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-replace-expected.html: Copied from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-replace-expected.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-replace-ref.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-replace-expected.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text-replace.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text-replace.html.
* LayoutTests/imported/w3c/web-platform-tests/css/css-highlight-api/highlight-text.html: Renamed from LayoutTests/http/wpt/css/css-highlight-api/highlight-text.html.
* LayoutTests/imported/w3c/web-platform-tests/images/blank-highlight.png: Renamed from LayoutTests/http/wpt/images/blank-highlight.png.
* LayoutTests/platform/glib/TestExpectations:
* LayoutTests/platform/ios/fast/css/highlight-text-repaint-expected.txt: Renamed from LayoutTests/platform/ios/http/wpt/css/css-highlight-api/highlight-text-repaint-expected.txt.

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



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


More information about the webkit-changes mailing list