blob: c80eee697bea74dfa5b2322f3b07270cd6cda31e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var a = document.getElementsByTagName("A")[0];
var range = new Range(a.firstChild,3,a.firstChild,3);
Formatting_splitAroundSelection(range);
showRangeAsBrackets(range);
}
</script>
</head>
<body><p>One <span style="color: red">Two <a href="#">Three</a> Four</span> Five</p></body>
</html>