standards mode on <!DOCTYPE doctype PUBLIC "-//W3C//DTD HTML 4.0 Transitional//DE">
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: bugzilla_kl, Assigned: harishd)
References
()
Details
Attachments
(1 obsolete file)
Comment 1•23 years ago
|
||
Comment 3•6 years ago
|
||
cookie.value can't be accessed when cookie.first defaults to "no" which causes
it to throw an exception.
This change makes it so we only access cookie.value when the cookie.first
actually returns a cookie.
Comment 7•6 years ago
|
||
| bugherder | ||
Comment 8•6 years ago
|
||
(In reply to Stefan Hindli [:stefan_hindli] from comment #7)
It looks like the commit message for this had the wrong bug ID.
Comment 10•6 years ago
|
||
(In reply to Mathew Hodson from comment #8)
(In reply to Stefan Hindli [:stefan_hindli] from comment #7)
It looks like the commit message for this had the wrong bug ID.
The correct bug was actually bug 1596251. Sorry about the typo.
Comment 11•6 years ago
|
||
Comment on attachment 9108982 [details]
Bug 159625 - Fix exception in cors-tester.py in WPT tests r=jgraham
Revision D53167 was moved to bug 1596251. Setting attachment 9108982 [details] to obsolete.
Description
•