[Webkit-unassigned] [Bug 43328] mail.139.com login fails since nightly build 61351

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 22:51:13 PDT 2010


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





--- Comment #6 from Xianzhu Wang <phnixwxz at gmail.com>  2010-08-02 22:51:13 PST ---
> I'm not sure our parsing of that meta tag changed when we enabled the HTML5 tokenizer.  Is it possible something else is going on?
> 
> For example, I just tried the following document in Safari 5:
> 
> <META HTTP-EQUIV=REFRESH CONTENT='0';URL='http://www.google.com/'>
> 
> Instead of being redirected to Google, I was redirected to the same page.

Sorry, I made incorrect conclusion. You're right. The root cause should be the priority of <script> and <meta refresh>. Before HTML5 and in other browsers, <script> is executed before handling <meta refresh>.

-- 
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