gecko-dev/layout/reftests/bugs/1174332-1.html
Markus Stange f134c090a5 Bug 1174332 - Correctly compute box-shadow bounds on themed frames with overflow. r=roc
--HG--
extra : rebase_source : 1f8b32e7d05b1501859085c8a3e48c1c904bdf8e
2015-06-15 15:02:01 -04: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>