Bug 207678
Summary: | [GTK][WPE] wpt URL a-element tests are failing after r256191 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | annevk, bugs-noreply |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Lauro Moura
r256191 implemented Chrome's behavior of disallowing setting the base URL to a data or JS URL.
This is making WPT's a-element tests to fail as they expect this behavior.
Link to WPT dashboard: https://wpt.fyi/results/url/a-element.html?label=experimental&label=master&aligned
Link to WHATWG discussion (still open): https://github.com/whatwg/html/issues/2249
Link to Chromium issue: https://bugs.chromium.org/p/chromium/issues/detail?id=679318
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
Lauro, could you help me understand why this requires exceptions in LayoutTests/platform/glib/TestExpectations? Isn't the base URL change relevant for all platforms?
Anne van Kesteren
For reference, I'm tweaking them slightly in https://github.com/WebKit/WebKit/pull/11968.