blob: 00747a5fbf69f64802a4a05680186d1bc0d9f894 [file] [log] [blame]
<!DOCTYPE html>
<link rel=match href="input-type-change-from-image-1-ref.html">
<input type="image" align="right">
<script>
onload = function() {
var i = document.querySelector("input");
window.rect = i.getBoundingClientRect();
i.type = "text";
}
</script>