Closed
Bug 259446
Opened 20 years ago
Closed 20 years ago
Live bookmarks feed discovery problems
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 257247
People
(Reporter: philor, Assigned: vlad)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Live bookmark discovery fails several tests related to parsing the type
attribute on link elements: we should be doing a case-insensitive match,
trimming leading and trailing whitespace in the attribute value, and decoding
numeric character references before matching.
Reproducible: Always
Steps to Reproduce:
All of these test cases fail:
http://diveintomark.org/tests/client/autodiscovery/html4-014.html
http://diveintomark.org/tests/client/autodiscovery/html4-015.html
http://diveintomark.org/tests/client/autodiscovery/html4-016.html
http://diveintomark.org/tests/client/autodiscovery/html4-017.html
http://diveintomark.org/tests/client/autodiscovery/html4-018.html
http://diveintomark.org/tests/client/autodiscovery/html4-038.html
http://diveintomark.org/tests/client/autodiscovery/html4-039.html
http://diveintomark.org/tests/client/autodiscovery/html4-040.html
http://diveintomark.org/tests/client/autodiscovery/html4-055.html
Reporter | ||
Comment 1•20 years ago
|
||
Sorry, ignore the "decoding numeric character references" - I was
misinterpreting the failure on test 55, where the decoded reference makes the
type applIcation/atom+xml, and we fail from case-sensitivity.
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 257247 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 3•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•