| Index: third_party/WebKit/LayoutTests/fast/repaint/table-cell-vertical-overflow.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-cell-vertical-overflow.html b/third_party/WebKit/LayoutTests/fast/repaint/table-cell-vertical-overflow.html
|
| deleted file mode 100644
|
| index 913902418e789e348f2aa1278531062a6ac1e38e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/table-cell-vertical-overflow.html
|
| +++ /dev/null
|
| @@ -1,48 +0,0 @@
|
| -<head>
|
| - <title></title>
|
| - <style>
|
| - td { border: 4px dotted black; }
|
| - </style>
|
| -</head>
|
| -<body>
|
| - <table style="margin-top: 50px;">
|
| - <tr>
|
| - <td>
|
| - <div style="height: 50px; width: 100px; background: lightgreen;">
|
| - </div>
|
| - </td>
|
| - <td>
|
| - <div style="height: 10px; width: 100px; background: lightgreen;">
|
| - <div style="height: 100px; width: 50px; background: skyblue;">
|
| - </div>
|
| - </div>
|
| - </td>
|
| - <td>
|
| - <div style="height: 10px; width: 100px; background: lightgreen;">
|
| - <div style="margin-top: -75px; height: 100px; width: 50px; background: skyblue;">
|
| - </div>
|
| - </div>
|
| - </td>
|
| - </tr>
|
| - </table>
|
| - <table style="margin-top: 150px; border-collapse: collapse;">
|
| - <tr>
|
| - <td>
|
| - <div style="height: 50px; width: 100px; background: lightgreen;">
|
| - </div>
|
| - </td>
|
| - <td>
|
| - <div style="height: 10px; width: 100px; background: lightgreen;">
|
| - <div style="height: 100px; width: 50px; background: skyblue;">
|
| - </div>
|
| - </div>
|
| - </td>
|
| - <td>
|
| - <div style="height: 10px; width: 100px; background: lightgreen;">
|
| - <div style="margin-top: -75px; height: 100px; width: 50px; background: skyblue;">
|
| - </div>
|
| - </div>
|
| - </td>
|
| - </tr>
|
| - </table>
|
| -</body>
|
|
|