Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
textarea {
float: left;
height: 40px;
width: 50px;
min-height: 50px;
border: 1px solid #aaa;
padding: 4px;
box-sizing: border-box;
}
</style>
</head>
<body><textarea></textarea>
</body>
</html>