summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/391140-1-ref.html
blob: f2e7e474721e24b99b1d8a1b4c46aa897db39088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<body>
<div style="display: table">
<div style="display: table-row-group">
<div style="display: table-row">
<input style="display: table-cell;" type="image">
<input style="display: table-cell;" type="image">
</div>
</div>
</div>
</body>
</html>