https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 55bff5a718a2721e65d20d85e2d57d20da571dcf authored by Ryan VanderMeulen on 27 September 2023, 23:12:23 UTC
Bug 1855550 - VP8: disallow thread count changes. r=jesup, a=dsmith
Tip revision: 55bff5a
placeholder-overflow-textarea-ref.html
<!DOCTYPE html>
<html>
  <!--
    This test 'emulate' the placeholder by setting a style
    to the value of a textarea.
    This test may break if placeholder default style is changed.
  -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>

  <body>
    <textarea class="placeholder" cols="5" rows="3">my placeholder</textarea>
  </body>
</html>
back to top