mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
0b5e6a2535
--HG-- rename : layout/reftests/table-anonymous-boxes/white-space-1.html => layout/reftests/table-anonymous-boxes/white-space-7.html
7 lines
200 B
HTML
7 lines
200 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<span style="display:table-row; white-space: pre"><span style="display: table-cell">a</span> bc <span style="display: table-cell">d</span></span>
|
|
</body>
|
|
</html>
|