| Summary: |
Form-association for <img> is inconsistent |
| Product: |
WebKit
|
Reporter: |
David Kilzer (:ddkilzer) <ddkilzer> |
| Component: |
Forms | Assignee: |
Ryosuke Niwa <rniwa> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
Normal
|
CC: |
ahmad.saleem792, ap, bfulgham, cdumez, changseok, esprehn+autocc, ews-watchlist, gyuyoung.kim, mifenton, rniwa, tkent, webkit-bug-importer, zalan
|
| Priority: |
P2
|
Keywords: |
BlinkMergeCandidate, InRadar |
| Version: |
528+ (Nightly build) | |
|
| Hardware: |
Unspecified | |
|
| OS: |
Unspecified | |
|
| URL: |
data:text/html,<div id=willBeRemoved> <div> <form id=f1> <input id=in1> <img id=im1> </div> <input id=in3> <img id=im3> </div> <input id=in2> <img id=im2> <script>var f = document.getElementById('f1'); var d=document.getElementById('willBeRemoved'); d.parentNode.removeChild(d); alert('' + f['im1'] + ',' + f['im2'] + ',' + f['im3']);</script>
|
| Attachments: |
| Description |
Flags |
|
WIP
|
none
|
|
2022-11-12 22:30 PST, Ryosuke Niwa