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/input-radio-no-centering.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="input-no-centering-ref.html">
<style>
input {
appearance: none;
margin: 0;
width: 200px;
height: 200px;
}
input:before {
content: "";
display: block;
width: 100px;
height: 100px;
background: green;
}
</style>
<input type="radio">