Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/widgets/button-layout/centering-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Text inside of an input with button layout gets centered vertically and horizontally</title>
<link rel="author" href="mailto:obrufau@igalia.com" title="Oriol Brufau">
<link rel="match" href="centering-001-ref.html">
<style>
input {
box-sizing: content-box;
width: 200px;
height: 200px;
}
</style>
<input type="button" value="ABC">