chromium/third_party/blink/web_tests/external/wpt/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/number-placeholder-right-aligned.html

<!doctype html>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:[email protected]">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1698043">
<link rel="match" href="number-placeholder-right-aligned-ref.html">
<style>
input {
  color: black;
  text-align: right;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
</style>
<input type=number placeholder=0>