tenfourfox/layout/reftests/bugs/387876-3a.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 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>