blob: 644d61ad9686f413fd66c749f9d588b8885f15ce [file] [log] [blame]
zalan@apple.com550e90a2016-01-28 16:31:56 +00001<!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>