blob: 0878673d3716756ada7bdc87825b4fc72f13a5e7 [file] [log] [blame] [edit]
<!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>