1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2        "http://www.w3.org/TR/html4/strict.dtd">
3<html lang="en">
4<head>
5</head>
6<body>
7<p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=4840">Bugzilla bug 4840</a> Frames only resize wider, can't make them narrower</p>
8
9<p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 
10Drag the vertical split bar below to the left and release it.
11</p>
12
13<p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 
14The frames will resize accordingly, with the split bar where you released it.
15</p>
16
17<p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>  
18The split bar will not follow the mouse when dragged to the left. After releasing
19the mouse button, the frames will not resize and the split bar will continue to
20follow the mouse.
21</p>
22
23<iframe style="width: 100%; height: 200px;" src="data:text/html,<frameset cols=%22*, *%22><frameset rows=%22*, *%22><frame src=%22about:blank%22><frame src=%22about:blank%22></frameset><frame src=%22about:blank%22></frameset>"></iframe>
24
25</body>
26</html>
27