blob: 85d20eb2080b889655f1e3900febf39493daf545 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = function() {
document.execCommand('SelectAll');
document.execCommand('JustifyCenter');
document.body.textContent = 'PASS if Blink doesn\'t crash.';
};
</script>
</head>
<body contenteditable="true">
<kbd>foo</kbd>
<sup>bar<abbr contenteditable="false">baz</abbr></sup>
</body>
</html>