| <script src="../../resources/js-test-pre.js"></script> |
| if (!window.accessibilityController || !window.testRunner) |
| shouldBe('accessibilityController.focusedElement.parentElement().role', '"AXRole: document"'); |
| shouldBeTrue('accessibilityController.focusedElement.parentElement().isEnabled'); |
| <body onload="runTest()"> |
| This tests that the enabled state of the document is true. |
| Bug #67974: <a href="https://bugs.webkit.org/show_bug.cgi?id=67974">MSAA: WebKit reports the document state as disabled</a> |
| This test must be run inside of DumpRenderTree. |