| Index: LayoutTests/fast/box-sizing/table-no-collapse.html
|
| diff --git a/LayoutTests/fast/box-sizing/table-no-collapse.html b/LayoutTests/fast/box-sizing/table-no-collapse.html
|
| index b59040d34c12236b366cc5f572b1ca396b37ae07..e50e9f77cd6829dc60525f15d1a7c4bf0b1017a4 100644
|
| --- a/LayoutTests/fast/box-sizing/table-no-collapse.html
|
| +++ b/LayoutTests/fast/box-sizing/table-no-collapse.html
|
| @@ -23,7 +23,7 @@
|
| checkLayout(".table");
|
| }
|
| </script>
|
| - <table class="table" data-expected-height="91px">
|
| + <table class="table" data-expected-height="91">
|
| <tbody>
|
| <tr>
|
| <td>
|
| @@ -32,7 +32,7 @@
|
| </tr>
|
| </tbody>
|
| </table>
|
| - <table style="top: 200px;" class="table" data-expected-height="91px">
|
| + <table style="top: 200px;" class="table" data-expected-height="91">
|
| <tbody>
|
| <tr>
|
| <td>
|
| @@ -41,7 +41,7 @@
|
| </tr>
|
| </tbody>
|
| </table>
|
| - <table style="bottom: 100px;" class="table" data-expected-height="91px">
|
| + <table style="bottom: 100px;" class="table" data-expected-height="91">
|
| <tbody>
|
| <tr>
|
| <td>
|
|
|