Skip to content

Commit

Permalink
Bug 1879774 [wpt PR 44524] - WebKit export: Implement field-sizing su…
Browse files Browse the repository at this point in the history
…pport for input and textarea, a=testonly

Automatic update from web-platform-tests
Export made from a WebKit repository

--

wpt-commits: f10b3008cb0a82fa282a28dad9d2cfde286c73e7
wpt-pr: 44524
  • Loading branch information
lukewarlow authored and moz-wptsync-bot committed Mar 14, 2024
1 parent 6faec3d commit eba1a60
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<style>
textarea {
font-family: monospace;
}

.disable-default {
field-sizing: content;
}
Expand Down

0 comments on commit eba1a60

Please sign in to comment.