blob: 60befde96f376db442907b0a4ee6a5b626430974 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<head>
<style id="s">
span { display: table-cell ! important }
</style>
</head>
<body>
<span style="display: block">a b</span>
<span style="display: block">c d</span>
</body>
</html>
|