blob: 160c61ed3146fd29c7fc96b145c3a6d03228e77f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<title>Bug 376137</title>
<style>
p { width: 100%; border: solid 1px;}
</style>
<div style="display: -moz-inline-grid">
<div><p>M</p></div>
<div><p>N</p></div>
</div>
|