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;
width: 70px;
height: 50px;
max-width: 50px;
border: 1px solid #aaa;
padding: 4px;
box-sizing: border-box;
}
</style>
</head>
<body><textarea></textarea>
</body>
</html>