blob: 2995e0b48ba74cd7cce2e7a1fa77c4ddef290d76 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body id="body">
<img src="resources/cake.png">
<p id="description"></p>
<div id="console"></div>
<script>
description("This test makes sure the loading progress of a webpage can be retrieved.");
if (window.accessibilityController) {
var obj = accessibilityController.rootElement.childAtIndex(0);
shouldBe("obj.role", "'AXRole: AXWebArea'");
shouldBe("obj.isAttributeSupported('AXLoadingProgress')", "true");
}
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>