| Index: third_party/WebKit/LayoutTests/fragmentation/fragmented-table-cell-expected.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-cell-expected.html b/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-cell-expected.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..35006d27a71733be13903b396248f1c323432bc9
 | 
| --- /dev/null
 | 
| +++ b/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-cell-expected.html
 | 
| @@ -0,0 +1,16 @@
 | 
| +<!DOCTYPE html>
 | 
| +<style>
 | 
| +    .cell { float:left; width:1em; }
 | 
| +</style>
 | 
| +<p>The word "PASS" should be seen below, with large letter
 | 
| +    spacing. There should be a blue rectangle snapped to the blue
 | 
| +    line. There should be no red.</p>
 | 
| +<div style="width:15em; line-height:20px; border-top:1px solid blue;">
 | 
| +    <div style="float:left; margin-left:6em; width:1em; height:1em; background:blue;"></div>
 | 
| +    <br>
 | 
| +    <br>
 | 
| +    <div class="cell">P</div>
 | 
| +    <div class="cell">A</div>
 | 
| +    <div class="cell">S</div>
 | 
| +    <div class="cell">S</div>
 | 
| +</div>
 | 
| 
 |