Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE HTML>
<html>
<!-- Test that 'white-space' creates between text frames blocks (dynamically) when necessary -->
<head>
<script>
function loaded() {
document.body.offsetHeight;
document.body.style.whiteSpace = 'pre';
}
</script>
</head>
<body onload="loaded()" style="border:1px solid black;"> Hello<div></div> Hello
<div></div>
Hello</body></html>