blob: 81958fbb1a2303a531c38e3914897fe742f306ac [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
selectionWrapElement("B");
selectionWrapElement("I");
selectionWrapElement("U");
selectionWrapElement("B");
}
</script>
</head>
<body>
abcd[efghijklmnopqrstuv]wxyz
</body>
</html>