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
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?
For reference, I'm tweaking them slightly in https://github.com/WebKit/WebKit/pull/11968.