Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/387876-3a.html

19 lines
395 B
HTML

<html class="reftest-wait">
<head>
<script>
function tweak() {
document.getElementById('p').textContent = 'below';
document.documentElement.className = '';
}
</script>
</head>
<body onload="tweak()">
<div style="-moz-column-width: 60px; height: 60px; background: yellow;">
title
<p id="p" style="background: lightgreen">
line
break
</p>
</div>
</body>
</html>