RESOLVED FIXED 10204
REGRESSION: title tag parsing problem breaks Travelocity and Google Analytics pages
https://bugs.webkit.org/show_bug.cgi?id=10204
Summary REGRESSION: title tag parsing problem breaks Travelocity and Google Analytics...
David Kilzer (:ddkilzer)
Reported 2006-08-02 03:49:16 PDT
Steps to reproduce: 1. Go to http://travelocity.com/ 2. Click on the "My Account" link in the upper right-hand corner. 3. Enter your username and password, then click the submit image/button. Expected results: The "My Account" screen should be drawn. (The URL will be https://travel.travelocity.com/mystuff/Login.do.) Actual results: The "My Account" screen is blank. Regression: This works as expected on production Safari 2.0.4 (419.3) on Mac OS X 10.4.7 (8J135/PowerPC). Notes: Reproduced on a locally-built debug build of WebKit r15751.
Attachments
Reduced test case (125 bytes, text/html)
2006-08-02 03:53 PDT, David Kilzer (:ddkilzer)
no flags
patch, including change log and a layout test (15.55 KB, patch)
2006-08-03 20:24 PDT, Darin Adler
sullivan: review+
David Kilzer (:ddkilzer)
Comment 1 2006-08-02 03:53:41 PDT
Created attachment 9813 [details] Reduced test case Reduced test case. This test case is triggering deep magic within the parser. If you remove any ONE of the following lines, the test case works as expected: <!-- --> <timer:time> <title></title> </timer:time>
Darin Adler
Comment 2 2006-08-03 20:24:38 PDT
Created attachment 9866 [details] patch, including change log and a layout test
David Kilzer (:ddkilzer)
Comment 3 2006-08-13 06:40:20 PDT
NOTE: The reduction for Bug 10340 looks suspiciously similar.
David Kilzer (:ddkilzer)
Comment 4 2006-08-13 07:32:01 PDT
(In reply to comment #3) > NOTE: The reduction for Bug 10340 looks suspiciously similar. Attachment 9866 [details] also fixes Bug 10340.
John Sullivan
Comment 5 2006-08-14 11:39:48 PDT
Comment on attachment 9866 [details] patch, including change log and a layout test Looks like the only substantive change is "styleTag" -> "h->tagQName()", r=me
Darin Adler
Comment 6 2006-08-14 12:14:07 PDT
*** Bug 10340 has been marked as a duplicate of this bug. ***
Darin Adler
Comment 7 2006-08-14 12:17:13 PDT
Committed revision 15859.
Alexey Proskuryakov
Comment 8 2006-08-16 22:05:22 PDT
*** Bug 10032 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.