| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| onload = function() { | |
| document.execCommand('SelectAll'); | |
| document.execCommand('RemoveFormat'); | |
| document.body.textContent = 'PASS'; | |
| }; | |
| </script> | |
| </head> | |
| <body contenteditable="true"> | |
| <span contenteditable="false"></span><code></code><b><span></span>ab</b> | |
| </body> | |
| </html> |