blob: a02efb0a2a890a292cc98a5ab9b0a426a05518f7 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<canvas>
<object id="f"></object>
</canvas>
<script>
test(function() {
f.focus();
}, "crbug.com/587263 focusing plugin object in canvas fallback may dereference nullptr");
</script>