Make small HTML tweaks that are required for KMP. There is no visible difference in the staged docs with these changes.

tbody class=list is required for filtering behavior
colspan=100% allows for tables of varying number of columns

BUG: 237085294
Change-Id: I91c4c3e0bebf404a960116875244896b2b658df6
diff --git a/testData/compose/docs/reference/androidx/compose/animation/ExperimentalAnimationApi.html b/testData/compose/docs/reference/androidx/compose/animation/ExperimentalAnimationApi.html
index 98f9235..3018e86 100644
--- a/testData/compose/docs/reference/androidx/compose/animation/ExperimentalAnimationApi.html
+++ b/testData/compose/docs/reference/androidx/compose/animation/ExperimentalAnimationApi.html
@@ -15,10 +15,10 @@
       <table class="responsive">
         <thead>
           <tr>
-            <th colspan="2"><h3>Public constructors</h3></th>
+            <th colspan="100%"><h3>Public constructors</h3></th>
           </tr>
         </thead>
-        <tbody>
+        <tbody class="list">
           <tr>
             <td>
               <div><code><a href="/reference/androidx/compose/animation/ExperimentalAnimationApi.html#ExperimentalAnimationApi()">ExperimentalAnimationApi</a>()</code></div>