[webkit-changes] [WebKit/WebKit] 1f2546: Move Scroll To Text Fragment tests to a better loc...

megangardner noreply at github.com
Wed Sep 7 15:28:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1f25463ba2e9c730940f25fc0c7a2acf80d627f9
      https://github.com/WebKit/WebKit/commit/1f25463ba2e9c730940f25fc0c7a2acf80d627f9
  Author: Megan Gardner <megan_gardner at apple.com>
  Date:   2022-09-07 (Wed, 07 Sep 2022)

  Changed paths:
    A LayoutTests/http/tests/scroll-to-text-fragment/no-iframe-match-expected.html
    A LayoutTests/http/tests/scroll-to-text-fragment/no-iframe-match.html
    A LayoutTests/http/tests/scroll-to-text-fragment/resources/iframe-scroll-to-text-fragment.html
    A LayoutTests/http/tests/scroll-to-text-fragment/start-text-emoji-expected.html
    A LayoutTests/http/tests/scroll-to-text-fragment/start-text-emoji.html
    A LayoutTests/http/tests/scroll-to-text-fragment/start-text-sentence-expected.html
    A LayoutTests/http/tests/scroll-to-text-fragment/start-text-sentence.html
    A LayoutTests/http/tests/scroll-to-text-fragment/start-text-word-expected.html
    A LayoutTests/http/tests/scroll-to-text-fragment/start-text-word.html
    R LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/no-iframe-match-expected.html
    R LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/no-iframe-match.html
    R LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/resources/iframe-scroll-to-text-fragment.html
    R LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-emoji-expected.html
    R LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-emoji.html
    R LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-expected.html
    R LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-sentence-expected.html
    R LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-sentence.html
    R LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start.html
    A LayoutTests/platform/gtk/http/tests/scroll-to-text-fragment/start-text-emoji-expected.html
    A LayoutTests/platform/gtk/http/tests/scroll-to-text-fragment/start-text-sentence-expected.html
    A LayoutTests/platform/gtk/http/tests/scroll-to-text-fragment/start-text-word-expected.html
    R LayoutTests/platform/gtk/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-emoji-expected.html
    R LayoutTests/platform/gtk/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-expected.html
    R LayoutTests/platform/gtk/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-sentence-expected.html
    M LayoutTests/platform/win/TestExpectations

  Log Message:
  -----------
  Move Scroll To Text Fragment tests to a better location.
https://bugs.webkit.org/show_bug.cgi?id=244872

Reviewed by Aditya Keerthi.

Moved these tests out of WPTs and renamed them to make for a
more clear understanding that they are really WebKit specific
(since they test our marking of the fragments, it will never be
approriate to upload them.) And the WPT framework is not used
for these tests, so moving is the most clear thing we can do.

* LayoutTests/http/tests/scroll-to-text-fragment/no-iframe-match-expected.html: Renamed from LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/no-iframe-match-expected.html.
* LayoutTests/http/tests/scroll-to-text-fragment/no-iframe-match.html: Renamed from LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/no-iframe-match.html.
* LayoutTests/http/tests/scroll-to-text-fragment/resources/iframe-scroll-to-text-fragment.html: Renamed from LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/resources/iframe-scroll-to-text-fragment.html.
* LayoutTests/http/tests/scroll-to-text-fragment/start-text-emoji-expected.html: Renamed from LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-emoji-expected.html.
* LayoutTests/http/tests/scroll-to-text-fragment/start-text-emoji.html: Renamed from LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-emoji.html.
* LayoutTests/http/tests/scroll-to-text-fragment/start-text-sentence-expected.html: Renamed from LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-sentence-expected.html.
* LayoutTests/http/tests/scroll-to-text-fragment/start-text-sentence.html: Renamed from LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-sentence.html.
* LayoutTests/http/tests/scroll-to-text-fragment/start-text-word-expected.html: Renamed from LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start-expected.html.
* LayoutTests/http/tests/scroll-to-text-fragment/start-text-word.html: Renamed from LayoutTests/http/wpt/html/dom/scroll-to-text-fragment/scroll-to-text-fragment-start.html.

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




More information about the webkit-changes mailing list