You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimal test case:
```html
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<style type="text/css">
.container {
margin: 0 auto;
max-width: 1340px;
}
.textarea {
display: block;
width: 100%;
height: 300px;
}
</style>
</head>
<body>
<div class="container">
<textarea class="textarea">テスト</textarea>
</div>
</html>
```
As for the updated title for one of the existing test cases, this
hopefully reflects what it was originally introduced to test here:
06797faFixes#1403.
Minimal test case:
```html
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<style type="text/css">
.container {
margin: 0 auto;
max-width: 1340px;
}
.textarea {
display: block;
width: 100%;
height: 300px;
}
</style>
</head>
<body>
<div class="container">
<textarea class="textarea">テスト</textarea>
</div>
</html>
```
As for the updated title for one of the existing test cases, this
hopefully reflects what it was originally introduced to test here:
06797faFixes#1403.
Device: Microsoft Surface Laptop Studio w/ 10-point capacitative touchscreen
OS: Windows 10 Version 22H2 x64
Browser: Firefox (latest version)
Website: https://pastebin.com
The text was updated successfully, but these errors were encountered: