blob: bb40111ba7c64975767613d5d4263b58e1386415 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = function() {
// Trigger a repaint of the frame.
document.getElementById('text').style.color = 'green';
};
</script>
<div id="text">Tests invalidation of unavailable plugin. Passes if no crash.</div>
<embed type="application/x-unavailable" style="border: 1px solid black">