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