mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
0b5e6a2535
--HG-- rename : layout/reftests/table-anonymous-boxes/white-space-1.html => layout/reftests/table-anonymous-boxes/white-space-7.html
15 lines
258 B
HTML
15 lines
258 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
#t:before { content: "a" }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span id="t">
|
|
<span style="display: table-cell">b</span><span style="display: table-cell">c</span>
|
|
d
|
|
</span>
|
|
</body>
|
|
</html>
|