Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/1174332-1.html

20 lines
272 B
HTML

<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Testcase for filters on canvas</title>
<style>
#checkbox {
box-shadow: 0 0 0 5px blue;
}
</style>
<input type="checkbox" id="checkbox">
<script>
document.getElementById("checkbox").focus();
</script>