Closed Bug 1357293 Opened 7 years ago Closed 7 years ago

Closing tags right after opening tags instead of after content on single line content

Categories

(DevTools :: Inspector, defect)

55 Branch
x86
macOS
defect
Not set
normal

Tracking

(firefox55 affected)

RESOLVED DUPLICATE of bug 1356873
Tracking Status
firefox55 --- affected

People

(Reporter: alberts, Unassigned)

Details

Go to https://bugzilla.mozilla.org/ and inspect the heading "Welcome to Bugzilla". 

On current Nightly 55.0a1 (2017-04-17) (64-bit) the node gets displayed as
`<h1 id="welcome"></h1>Welcome to Bugzilla`
where the closing tag gets rendered before the content instead of after.

It should be
`<h1 id="welcome">Welcome to Bugzilla</h1>`

Note: "Edit as HTML" or "Copy > Outer HTML" display the node correctly; it also works fine for 54.0a2 (2017-04-17) (64-bit)
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.