blob: d08626a9b531152623d2c563372863b2db217ef3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
Tables_insertTable(2,2,"100%",false,null);
PostponedActions_perform();
Formatting_applyFormattingChanges(null,{"background-color": "red"});
PostponedActions_perform();
showSelection();
}
</script>
</head>
<body>
[]
</body>
</html>