| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <script src="../resources/js-test-pre.js"></script> |
| description("Ensures that this snippet does not lead to a crash in the code that detects if a table is contenteditable. Bug 87409."); |
| .tableStyle { display: inline-table; content: counter(section);</style> |
| var node = document.createElement('keygen'); |
| node.setAttribute('autofocus', 'autofocus'); |
| node.setAttribute('class', 'tableStyle'); |
| document.documentElement.appendChild(node); |
| <script src="../resources/js-test-post.js"></script> |