| Index: LayoutTests/fast/table/remove-anonymous-row-expected.html
 | 
| diff --git a/LayoutTests/fast/table/remove-anonymous-row-expected.html b/LayoutTests/fast/table/remove-anonymous-row-expected.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..f79df47edcc01159f80732db41c9202850d8ae2a
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/table/remove-anonymous-row-expected.html
 | 
| @@ -0,0 +1,6 @@
 | 
| +<!DOCTYPE html>
 | 
| +<p>There should be a blue <em>square</em> below.</p>
 | 
| +<div style="display:table; border-spacing:100px; background:blue;">
 | 
| +    <div style="display:table-row-group;"></div>
 | 
| +    <div style="display:table-row-group;"><div style="width:10px; height:10px;"></div></div>
 | 
| +</div>
 | 
| 
 |