Bug 19998 - hixie.ch : BASE HREF with relative URIs.
Summary: hixie.ch : BASE HREF with relative URIs.
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.hixie.ch/tests/adhoc/html/...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-10 16:58 PDT by Calvin Anderson
Modified: 2022-08-03 04:19 PDT (History)
1 user (show)

See Also:


Attachments
Screenshot (84.24 KB, image/png)
2008-07-10 16:58 PDT, Calvin Anderson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Calvin Anderson 2008-07-10 16:58:15 PDT
I. Steps:
 -----------
 
 1. Launch Safari
 2. Go to the URL http://www.hixie.ch/tests/adhoc/html/meta/base/compat/001.html
 
 
 
 II. Issue:
 -----------------
 Safari having different statement when BASE HREF with relative URIs compare to other browsers.
 
 
 
 
 III. Other browsers:
 -----------------------
 IE7 : Ok
 FF3 : Ok
 Opera 9.27: not working 
 
 IV. Safari nightly tested: version 3.1.1(525.17 )- r34388.
 
 Not working properly on Safari.
 
 
 
 V. Safari screenshot : Avalible
Comment 1 Calvin Anderson 2008-07-10 16:58:17 PDT
Created attachment 22235 [details]
Screenshot
Comment 2 Ahmad Saleem 2022-08-03 04:19:44 PDT
From attached Hixie Testcase, following are results of all browsers:

*** Safari 15.6 on macOS 12.5 ***

Non-absolute paths in the BASE element's HREF attribute are treated as relative paths relative to the original URI.

*** Chrome Canary 106 ***

Non-absolute paths in the BASE element's HREF attribute are treated as relative paths relative to the original URI.

*** Firefox Nightly 105 ****

Non-absolute paths in the BASE element's HREF attribute are treated as relative paths relative to the original URI. 

_______

Since all browsers are matching with each other, I am going to mark this as "RESOLVED CONFIGURATION CHANGED". Thanks!