blob: 53e37e5fc3b11f04cf6d3b69c6e82c281ed6f0ca [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
// An unrelated part of the code adds "id" attributes to heading elements to keep track of
// sections - we're not testing that functionality here, so we want to ignore them
removeIds();
}
</script>
</head>
<body>
<p style="margin-left: 1%">O[ne</p>
<h1 style="margin-left: 2%">Two</h1>
<div style="margin-left: 3%">Thre]e</div>
</body>
</html>