| OLD | NEW | 
|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> | 
| 2 | 2 | 
| 3 <html> | 3 <html> | 
| 4 <head> | 4 <head> | 
| 5 <style> | 5 <style> | 
| 6     body { | 6     body { | 
| 7         margin: 0; | 7         margin: 0; | 
| 8     } | 8     } | 
| 9 | 9 | 
| 10     .group { | 10     .group { | 
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 52             <div class="sticky box" style="top: 100px;"></div> | 52             <div class="sticky box" style="top: 100px;"></div> | 
| 53         </div> | 53         </div> | 
| 54     </div> | 54     </div> | 
| 55 | 55 | 
| 56     <div class="group" style="top: 100px"> | 56     <div class="group" style="top: 100px"> | 
| 57         <div class="indicator box" style="top: 0;"></div> | 57         <div class="indicator box" style="top: 0;"></div> | 
| 58         <div class="container"> | 58         <div class="container"> | 
| 59             <div class="sticky box" style="top: 0;"></div> | 59             <div class="sticky box" style="top: 0;"></div> | 
| 60         </div> | 60         </div> | 
| 61     </div> | 61     </div> | 
|  | 62     <div style="position: absolute; top: 520px;"> | 
|  | 63       This test checks that sticky positioned table theads are contained by thei
    r table. | 
|  | 64       There should be no red. | 
|  | 65     </div> | 
| 62 </body> | 66 </body> | 
| 63 </html> | 67 </html> | 
| OLD | NEW | 
|---|