blob: b065f7961b6ca6c763c055352f16440f0088c584 [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%">One</p>
<h1 style="margin-left: 2%">T[]wo</h1>
<div style="margin-left: 3%">Three</div>
</body>
</html>