diff --git a/testing/web-platform/tests/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html b/testing/web-platform/tests/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html index 32d1f1f314eb5..585016eae9ff8 100644 --- a/testing/web-platform/tests/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html +++ b/testing/web-platform/tests/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html @@ -9,7 +9,7 @@ [ 'x', 'data', - // 'mailto' opens an email client in Firefox... + // 'mailto' opens an email client in Chrome and Firefox and then ends up passing anyway... 'file', 'ftp', 'http+x' @@ -17,6 +17,7 @@ async_test((t) => { // HTTP URL + + + + diff --git a/testing/web-platform/tests/html/browsers/history/the-location-interface/location-protocol-setter.html b/testing/web-platform/tests/html/browsers/history/the-location-interface/location-protocol-setter.html index da6859b19ffe8..3d051e8cfb47d 100644 --- a/testing/web-platform/tests/html/browsers/history/the-location-interface/location-protocol-setter.html +++ b/testing/web-platform/tests/html/browsers/history/the-location-interface/location-protocol-setter.html @@ -1,5 +1,5 @@ -Set location.protocol to broken schemes +Set location.protocol to schemes that throw
@@ -32,14 +32,13 @@ } ">