[Webkit-unassigned] [Bug 30432] New: BASE tag is allowed more than once and outside the <head> section

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 01:10:43 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30432

           Summary: BASE tag is allowed more than once and outside the
                    <head> section
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://zaz.sirdarckcat.net/zaz
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sirdarckcat at gmail.com


Reproducible: Always

Steps to Reproduce:
1. Go to http://zaz.sirdarckcat.net/zaz/ (a script that alerts the location of
the script being included).
2. See the alerts
Actual Results:  
the alerts are:
a/b.js
a/b/c.js
a/b/c/d.js
a/b.js
a/b/c.js
a/b/c/d.js

Expected Results:  
the alerts should be:
a/b.js
a/c.js
a/d.js
a/b.js
a/c.js
a/d.js

I'm not very good making testcases, and I tried to look for the bug, but I
couldn't find it.. I think this is a well known bug for developers, so I guess
its a dupe, but I couldnt find the bug where this is being discussed.

In any way, I want to propose this being fixed, or are there some details I'm
missing?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list