no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 476063-1-ref.html
blob1d2ba67d895ab0025bd73c673f65181d7f293ba6
1 <!DOCTYPE html>
2 <head>
3 </head>
4 <body>
5 <div style="display: table" id="x">
6 <div style="display: table-row">
7 <div style="display: table-cell">1 - 1</div>
8 <div style="display: table-cell">1 - 2</div>
9 </div>
10 <div style="display: table-row">
11 <div style="display: table-cell">2 - 1</div>
12 <div style="display: table-cell">2 - 2</div>
13 </div>
14 </div>
15 <div style="border: 2px solid green">This is a test</div>
16 <span style="border: 2px solid green">before<div>This is a test</div>after</span>
17 </body>