summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/433450-1.html
blob: 9215677c4cc81b7a42d1a02df55f0d9c4b87d3a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">

<html>
<head>
<script type="text/javascript">

function boom()
{
  document.getElementById("v").style.border = "1px solid blue";
  document.getElementById("li").style.padding = "5px 7px";
}

</script>

</head>

<body onload="boom();"><div style="column-count: 2;"><div style="margin-bottom: 5px;" id="v"></div><li id="li" style="border: 1px solid green;">
<span style="border: 1px solid red; float: left;"></span></li></div></body>
</html>