Skip to content

Commit 9ee423c

Browse files
committed
Fixed a failing test related to textarea in WebBrowserSpec.scala.
1 parent 511b44d commit 9ee423c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

webapp/textarea.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
</head>
55
<body>
66

7-
<textarea id="area1">
8-
</textarea>
7+
<textarea id="area1"></textarea>
98

10-
<textarea name="area2">
11-
</textarea>
9+
<textarea name="area2"></textarea>
1210

1311
</body>
1412
</html>

0 commit comments

Comments
 (0)