blob: 8f22efbb146b11c94ac4b33a527d530f415c3e52 [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>One</p>
<h1>Two</h1>
<div>Three</div>]
</body>
</html>