Changes between Version 1 and Version 2 of Ticket #10298, comment 6
- Timestamp:
- Oct 18, 2012, 6:25:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10298, comment 6
v1 v2 24 24 }}} 25 25 26 The test case is attempting to set content on an input element that cannot have children. IE throws an error for this case to notify you, but other browsers ignore the invalid action. In any case it's not something that anyone should be doing.