trisquel-icecat/icecat/gfx/layers/apz/test/reftest/zoom-to-focus-input-subframe.html

12 lines
179 B
HTML

<!DOCTYPE html>
<style>
input {
position: absolute;
top: 100px;
left: 300px;
}
input:focus {
background-color: green;
}
</style>
<input type="text" id="input" size="10"/>