tenfourfox/layout/reftests/bugs/1174332-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

21 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>