[webkit-changes] [WebKit/WebKit] b50b98: Use truly invalid URL in CSSStyleSheet-constructab...

Chris Dumez noreply at github.com
Tue Sep 27 16:24:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b50b980ac475047f9e60e7f2221aa4ccecc0cd43
      https://github.com/WebKit/WebKit/commit/b50b980ac475047f9e60e7f2221aa4ccecc0cd43
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2022-09-27 (Tue, 27 Sep 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/cssom/CSSStyleSheet-constructable-baseURL.tentative-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/cssom/CSSStyleSheet-constructable-baseURL.tentative.html

  Log Message:
  -----------
  Use truly invalid URL in CSSStyleSheet-constructable-baseURL.tentative.html
https://bugs.webkit.org/show_bug.cgi?id=245736

Reviewed by Brent Fulgham.

The "invalid url" test was using "chrome://", which is not recognized as
invalid by WebKit (or by the URL specification I believe). Switch the URL to be
"https://test:test/" as this is recognized as invalid by Blink, Gecko &
WebKit.

Corresponding upstream PR:
- https://github.com/web-platform-tests/wpt/pull/36101

* LayoutTests/imported/w3c/web-platform-tests/css/cssom/CSSStyleSheet-constructable-baseURL.tentative-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/cssom/CSSStyleSheet-constructable-baseURL.tentative.html:

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




More information about the webkit-changes mailing list