blob: 2986b891fc4c52c2850de32f5f3622cafd207983 [file] [log] [blame]
<!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>