| Index: LayoutTests/fast/box-sizing/table-collapse.html
|
| diff --git a/LayoutTests/fast/box-sizing/table-collapse.html b/LayoutTests/fast/box-sizing/table-collapse.html
|
| index a9511966f6ea63f8ad08893b86199270c4859b81..a59dd76ce049a39326f4691db6805450afa28160 100644
|
| --- a/LayoutTests/fast/box-sizing/table-collapse.html
|
| +++ b/LayoutTests/fast/box-sizing/table-collapse.html
|
| @@ -24,7 +24,7 @@
|
| checkLayout(".table");
|
| }
|
| </script>
|
| - <table class="table" data-expected-height="87px">
|
| + <table class="table" data-expected-height="87">
|
| <tbody>
|
| <tr>
|
| <td>
|
| @@ -33,7 +33,7 @@
|
| </tr>
|
| </tbody>
|
| </table>
|
| - <table style="top: 200px;" class="table" data-expected-height="87px">
|
| + <table style="top: 200px;" class="table" data-expected-height="87">
|
| <tbody>
|
| <tr>
|
| <td>
|
| @@ -42,7 +42,7 @@
|
| </tr>
|
| </tbody>
|
| </table>
|
| - <table style="bottom: 100px;" class="table" data-expected-height="87px">
|
| + <table style="bottom: 100px;" class="table" data-expected-height="87">
|
| <tbody>
|
| <tr>
|
| <td>
|
|
|