diff --git a/source b/source index e185320d347..9497d9eaec2 100644 --- a/source +++ b/source @@ -22057,6 +22057,9 @@ interface HTMLHyperlinkElementUtils {
  • If url's cannot-be-a-base-URL flag is set, return the first string in url's path.

  • +
  • If url's path is empty, then return the + empty string.

  • +
  • Return "/", followed by the strings in url's path (including empty strings), separated from each other by "/".

  • @@ -81112,6 +81115,9 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O
  • If url's cannot-be-a-base-URL flag is set, return the first string in url's path.

  • +
  • If url's path is empty, then return the + empty string.

  • +
  • Return "/", followed by the strings in url's path (including empty strings), separated from each other by "/".