| <!DOCTYPE html> | |
| <script src="resources/polyfill.js"></script> | |
| <p>A mixed case of a shadow element and content element.</p> | |
| <form> | |
| <div style="margin: 20px"> | |
| <object id="host" data="../resources/apple.gif" type="image/gif" width="20" height="20"></object> | |
| </div> | |
| <input id="submit" type="submit" value="Submit"> | |
| </form> |