Skip to content

Commit

Permalink
WebKit export: Unexpose non-standard resize: auto value (#43989)
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m authored Jan 15, 2024
1 parent 9782348 commit 1643e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/css-ui/parsing/resize-invalid.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
test_invalid_value("resize", "auto");
test_invalid_value("resize", "horizontal vertical");
test_invalid_value("resize", "both 0");
test_invalid_value("resize", "-internal-textarea-auto");
</script>
</body>
</html>

0 comments on commit 1643e87

Please sign in to comment.