<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="../HTMLLinkElement/resources/link-load-utilities.js"></script> | |
<style onload="testPassedAndNotifyDone('Fired Load event.')" onerror="testFailedAndNotifyDone('Fired Error event. Should have fired Load event.')"></style> | |
</head> | |
<body> | |
<p>This tests that a Load event is fired at an HTML Style element after it successfully loads. This test PASSED if you see the word PASS below. Otherwise, it FAILED. | |
<pre id="console"></pre> | |
</body> | |
</html> |