Closed
Bug 245851
Opened 21 years ago
Closed 21 years ago
View Selection Source automatically converts upercase HTML tags to lower case
Categories
(Toolkit :: View Source, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 164906
People
(Reporter: slade.winstone, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
On an HTML page with upper case HTML tags, "View Source" will display the tags
with the correct upper case e.g.
<BODY bgcolor=#dddddd>
<TABLE bgcolor=#dddddd border=1>
"View Selection Source" converts the upper case tags to lower case e.g.
<body bgcolor="#dddddd">
<table bgcolor="#dddddd" border="1">
This has created problems when trying to undertake semi-automated literal
comparisons between reference pages containing upper case tags and selected HTML
source using "View Selection Source".
Reproducible: Always
Steps to Reproduce:
1. Enter HTML source with upper case tags.
2. View Source to see page source with upper case tags.
3. View Selection Source to see selected source with lower case tags.
Actual Results:
View Selection Source converts upper case tags to lower case.
Expected Results:
Tags should remain the original case as delivered by the HTML page.
I understand tag case should not be an issue, however this prevents me from
undertaking semi-automated testing by comparing selected source to page
reference source.
Updated•21 years ago
|
Assignee: firefox → bugs
Component: General → View Source
QA Contact: firefox.general → firefox.view-source
Comment 1•21 years ago
|
||
Lets see if I can do this without getting mid-aired...
*** This bug has been marked as a duplicate of 164906 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•