| <script src="../../resources/js-test-pre.js"></script> |
| <script src="resources/common.js"></script> |
| <p>Check if the position of a validation message for a listbox is good.</p> |
| <form action="validation-message-on-listbox.html"> |
| <select id=host name=select multiple required> |
| <input type=submit id=submit> |
| hostRect = getAbsoluteRect(host); |
| bubbleRect = getAbsoluteRect(getValidationMessageBubbleNode(host)); |
| debug('The top of the bubble should be on the bottom of the host node:'); |
| shouldBe('bubbleRect.top', 'hostRect.bottom'); |
| debug('The test requires testRunner.'); |
| var jsTestIsAsync = true; |
| <script src="../../resources/js-test-post.js"></script> |