https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5f7a23cd48ccb45086743e509fd4ec492f6441eb authored by Ryan VanderMeulen on 12 September 2023, 00:19:25 UTC
Bug 1852649 - Cherry-pick upstream libwebp fix. r=tnikkel, a=RyanVM
Tip revision: 5f7a23c
placeholder-1-text.html
<!DOCTYPE html>
<html>
  <!-- Test: placeholder should be used by input text elements -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input type="text" value="" placeholder="my placeholder">
  </body>
</html>
back to top