blob: 53c98858a473903a1a85697428bff03ebe68f55e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
selectionWrapElement("B");
selectionWrapElement("I");
selectionWrapElement("U");
selectionWrapElement("B");
}
</script>
</head>
<body>
<p>abcd[efghijklmnopqrstuvwxyz</p>
<p>abcdefghijklmnopqrstuv]wxyz</p>
</body>
</html>