Bug 76145
Summary: | Web Inspector: Duplicate <head> appears after "Edit As HTML" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Joseph Pecoraro
STEPS TO REPRODUCE:
1. Load a blank page about:blank
2. Open the Web Inspector
3. Right click <body> and "Edit as HTML"
4. Change things in some way (like add a <p>)
5. Commit the change (command + enter)
=> Result is an extra <head> tag appears in the DOM Tree Hierarchy. Otherwise things are correct.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Pavel Feldman
Did you give it a try on the ToT or on any of the official builds? I think it should work just fine since yesterday!
Joseph Pecoraro
(In reply to comment #1)
> Did you give it a try on the ToT or on any of the official builds? I think it should work just fine since yesterday!
Oh interesting, I didn't try ToT I just updated my WebKit Nightly to r104748.
I'll give ToT a try today. =)
Joseph Pecoraro
Happened in ToT r104847.
Pavel Feldman
*** This bug has been marked as a duplicate of bug 62272 ***