roc+%cs.cmu.edu 509b23925b Bug 440112. Clip GTK-themed form elements properly -- reftest. Patch by Michael Ventnor, r+sr=roc,a=ss
git-svn-id: svn://10.0.0.236/trunk@253616 18797224-902f-48f8-a5cc-f745e15eee43
2008-08-15 09:13:21 +00:00

21 lines
444 B
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Bug 440112</title>
</head>
<body>
<body style="background-color: orange">
<div id="wrapper" style="position: absolute; top: 30px; left: 30px; overflow:hidden; height: 150px; width: 100px">
<form>
<textarea id="formElement" style="width: 200px; height: 50px;">
</textarea>
</form>
</div>
</body>
</body>
</html>