blob: 8eee65a27045ae97d10ed22050126d94fa69ed9b (
plain)
1
2
3
4
5
6
7
8
9
|
<!doctype html>
<title>CSS Test Reference</title>
<style>
input {
border: 1px solid green;
}
</style>
<input type=file part=input>
<input type=text part=input placeholder=Foobar>
|