zalan@apple.com | 550e90a | 2016-01-28 16:31:56 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | <html> | ||||
3 | <head> | ||||
4 | <title>This tests that a fixed size table (200px) can accommodate fixed size content (100px + 100px) without wrapping.</title> | ||||
5 | </head> | ||||
6 | <body> | ||||
7 | <div style="position: fixed; left: 7px; top: 7px; width: 100px; height: 100px; border: 1px solid green;"></div> | ||||
8 | <div style="position: fixed; left: 110px; top: 10px; width: 10px; height: 10px; border: 1px solid green;"></div> | ||||
9 | </body> | ||||
10 | </html> |