blob: 85b98ee4a66b1a9d66f0910a2e436c1136f7ce86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<style>
button {
border: 5px solid green;
padding: 10px;
margin-bottom: 2px;
color: transparent;
width: 20px;
height: 20px;
}
</style>
<p>This test passes if it has the same output as the reference.</p>
<button></button> <button></button>
|