| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>This tests that paginated tables with sections renderer properly.</title> | |
| <style> | |
| html { | |
| overflow: hidden; | |
| } | |
| </style> | |
| <script> | |
| if (window.testRunner) | |
| internals.setPagination("LeftToRightPaginated", 0); | |
| </script> | |
| </head> | |
| <body> | |
| <table> | |
| <thead><tr><th style="padding-bottom: 540px; width: 126px; border: 1px solid blue;"></th></thead> | |
| </table> | |
| </body> | |
| </html> |