mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00

--HG-- rename : layout/reftests/table-anonymous-boxes/white-space-1.html => layout/reftests/table-anonymous-boxes/white-space-7.html
7 lines
213 B
HTML
7 lines
213 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<span style="display:table-row; white-space: pre"><span style="display: table-cell">a</span> <span>bc</span> <span style="display: table-cell">d</span></span>
|
|
</body>
|
|
</html>
|