tenfourfox/layout/reftests/table-anonymous-boxes/325543-1b.html

8 lines
270 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<body onload="document.getElementById('t').style.display = 'block'">
<!-- space between the two spans is key -->
<span style="display: table-cell">First line</span> <span style="display: none" id="t">Second line</span>
</body>
</html>