summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/number-placeholder-right-aligned.html
blob: c1c695ffcac24d637025b1d43dcb7ddd1c04155b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<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>