| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 |
| 2 <html> | 3 <html> |
| 3 <head> | 4 <head> |
| 4 <style> | 5 <style> |
| 5 body { | 6 body { |
| 6 margin: 0; | 7 margin: 0; |
| 7 height: 2000px; | 8 height: 2000px; |
| 8 overflow: hidden; /* hide scrollbars */ | 9 overflow: hidden; /* hide scrollbars */ |
| 9 } | 10 } |
| 10 | 11 |
| 11 .group { | 12 .group { |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 </div> | 55 </div> |
| 55 </div> | 56 </div> |
| 56 | 57 |
| 57 <div class="group" style="top: 100px"> | 58 <div class="group" style="top: 100px"> |
| 58 <div class="indicator box" style="top: 0;"></div> | 59 <div class="indicator box" style="top: 0;"></div> |
| 59 <div class="container"> | 60 <div class="container"> |
| 60 <div class="sticky box" style="top: 0;"></div> | 61 <div class="sticky box" style="top: 0;"></div> |
| 61 </div> | 62 </div> |
| 62 </div> | 63 </div> |
| 63 <div style="position: absolute; top: 520px;"> | 64 <div style="position: absolute; top: 520px;"> |
| 64 This test checks that sticky positioned table rows are contained by their ta
ble. | 65 This test checks that sticky positioned table ths are contained by their tab
le. |
| 65 There should be no red. | 66 There should be no red. |
| 66 </div> | 67 </div> |
| 67 </body> | 68 </body> |
| 68 </html> | 69 </html> |
| OLD | NEW |