Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/input-min-bsize-centered.html - WPT Dashboard Interop Dashboard
<!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="match" href="input-min-bsize-centered-ref.html">
<style>
input {
min-block-size: 40px;
}
</style>
<input placeholder="Foo">