Backed out changeset 555c786396f8 (bug 1852046) as requested. CLOSED TREE
[gecko.git] / layout / reftests / first-line / caption-insert-in-first-line-ref.html
blob010a81fe4ec854c954f1af2a1dc62f1bc2738d60
1 <!DOCTYPE html>
2 <style>
3 div { color: green; }
4 #table { display: inline-table; }
5 #caption { display: table-caption; }
6 #tbody { display: table-row-group; }
7 </style>
8 <div>
9 <span id="table">
10 <span id="caption">This should</span>
11 <span id="tbody">be green</span>
12 </span>
13 </div>