blob: 29328e0a15075aed266071450777eb0607cc842a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(null,{"margin-left": null});
// 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%">Two</h1>
<div style="margin-left: 3%">Three</div>]
</body>
</html>