summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/495385-3.html
blob: 0ae05e6ca7846a9a76c37b1d49e37a554c6cb969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>
<!-- Test that changes to text contents create frames when necessary -->
<head>
<script>
function loaded() {
  document.body.offsetHeight;
  document.body.firstChild.data = 'X';
}
</script>
</head>
<body onload="loaded()" style="border:1px solid black;">
</body>
</html>