| Index: LayoutTests/fast/table/empty-cells-spread-2.html
|
| diff --git a/LayoutTests/fast/table/empty-cells-spread-2.html b/LayoutTests/fast/table/empty-cells-spread-2.html
|
| deleted file mode 100644
|
| index 37e42e9920d72bd0948fbb4e97bbaf8d24a3d61c..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/table/empty-cells-spread-2.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<style>
|
| - #blue { background-color: blue; width:90%;height:25px; }
|
| -</style>
|
| -<script src="../../resources/check-layout.js"></script>
|
| -<div style="width: 500px">
|
| - <table width=100% cellspacing=0 cellpadding=0>
|
| - <tr>
|
| - <td nowrap="1" data-expected-width=50>
|
| - <td nowrap="1" id="blue" data-expected-width=450>Text</td>
|
| - </tr>
|
| - </table>
|
| -</div>
|
| -<p> crbug.com/476370: Test empty cells get appropriate width when spread across a percent width table. </p>
|
| -<div id="console"></div>
|
| -<script>
|
| - checkLayout('td', document.getElementById('console'));
|
| -</script>
|
|
|