Closed Bug 291755 Opened 20 years ago Closed 20 years ago

View -> Page Source shows different markup to actual source; invalid quote marks removed from tag

Categories

(Toolkit :: View Source, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: 32768, Assigned: bugs)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3

When the source contains a tag like this:

<img src="someurl" alt="" "">

It is displayed in View -> Page Source as this:

<img src="someurl" alt="" >

The invalid part of the tag is missing.  This makes it hard to debug problems.

Reproducible: Always

Steps to Reproduce:
1. View test case
2. From View menu, choose "Page Source"

Actual Results:  
Source shows: <img src="someurl" alt="" >

Expected Results:  
Source should show: <img src="someurl" alt="" "">
Attached file Testcase
I can see this with 1.0.3 but not in the trunk, marking worksforme
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
trunk = Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE; rv:1.8b2) Gecko/20050422
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: