blob: 94b23f19df92dff25e8fbce9ab2099153ee50d4a [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ jscOptions=--validateExceptionChecks=true ] -->
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description("Rejected promise creation should check exception");
FontFace.prototype.load();
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>