Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/paint/tables/row-span-visible-from-second-row-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/paint/tables/row-span-visible-from-second-row-expected.html b/third_party/WebKit/LayoutTests/paint/tables/row-span-visible-from-second-row-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9384e265f32d8c6d407241007dd64f2b05632f8b |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/paint/tables/row-span-visible-from-second-row-expected.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<style>td { width: 50px; height: 50px; padding: 0; background-color: yellow }</style> |
| +<div style="overflow: hidden; width: 100px; height: 100px"> |
| + <table style="margin-top: -30px; border-spacing: 0"> |
| + <tr> |
| + <td rowspan="2" style="background-color: blue"></td> |
| + <td></td> |
| + </tr> |
| + <tr> |
| + <td></td> |
| + </tr> |
| + </table> |
| +</div> |