Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!doctype html>
<meta charset=utf-8>
<title>Input should be centered with min-block-size, just like with block-size itself</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.com" title="Mozilla">
<link rel="match" href="input-min-bsize-centered-ref.html">
<style>
input {
min-block-size: 40px;
}
</style>
<input placeholder="Foo">